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