1
0
mirror of https://github.com/shiroikitsu8/Bayshore_6r_legacy.git synced 2024-11-12 02:01:02 +01:00
Bayshore_6r_legacy/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
}