Files
OrionTV/backend/tsconfig.json
zimplexing 7e6095d2bb Update
2025-07-04 18:10:28 +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"]
}