mirror of
https://github.com/shiroikitsu8/Bayshore_6r_legacy.git
synced 2024-11-28 01:11:00 +01:00
12 lines
258 B
JSON
12 lines
258 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"outDir": "dist",
|
|
"strict": true,
|
|
"lib": ["esnext"],
|
|
"esModuleInterop": true,
|
|
"allowJs": true
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["src/wmmt/**/*"]
|
|
} |