1
0
mirror of synced 2024-11-12 01:10:47 +01:00
Bayshore/tsconfig.json

12 lines
258 B
JSON
Raw Normal View History

2022-07-11 09:22:41 +02:00
{
"compilerOptions": {
"sourceMap": true,
"outDir": "dist",
"strict": true,
"lib": ["esnext"],
2022-07-11 14:54:43 +02:00
"esModuleInterop": true,
"allowJs": true
2022-07-11 10:15:16 +02:00
},
"include": ["src/**/*"],
2022-07-11 14:54:43 +02:00
"exclude": ["src/wmmt/**/*"]
2022-07-11 09:22:41 +02:00
}