1
0
mirror of https://github.com/shiroikitsu8/Bayshore_6r_legacy.git synced 2025-01-19 22:42:44 +01:00
Bayshore_6r_legacy/tsconfig.json

12 lines
258 B
JSON
Raw Normal View History

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