- Move backend/ to apps/server/ via git mv - Move frontend/ to apps/admin/ via git mv - Create packages/typescript-config/ with base, nestjs, and react-vite presets
9 lines
156 B
JSON
9 lines
156 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2023",
|
|
"skipLibCheck": true,
|
|
"strictNullChecks": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|