Files
notify/backend/tsconfig.json
Michael Dong a98e12f286 first commit
2026-02-05 11:24:40 +08:00

13 lines
229 B
JSON

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