Files
OrionTV/backend/tsconfig.json
Neil.X.Zhang 3b79d06b7d Update
2025-06-27 16:16:14 +08:00

15 lines
323 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"rootDir": "./src",
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
}