Files
gongxue-base/packages/typescript-config/base.json
wangziqi 46a817503e feat(task1): restructure directories for turborepo monorepo
- 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
2026-07-02 15:05:12 +08:00

9 lines
156 B
JSON

{
"compilerOptions": {
"target": "ES2023",
"skipLibCheck": true,
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true
}
}