Files
WaifuBoard/tsconfig.json
2025-11-29 17:41:30 +01:00

14 lines
247 B
JSON

{
"compilerOptions": {
"target": "ES2023",
"module": "CommonJS",
"allowJs": true,
"checkJs": false,
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"outDir": "dist"
},
"include": ["src/**/*"]
}