mirror of
https://github.com/shiroikitsu8/Bayshore_6r_legacy.git
synced 2025-01-31 21:25:21 +01:00
bruh
This commit is contained in:
parent
5f27717b0e
commit
d4ddbc291e
@ -4,8 +4,9 @@
|
|||||||
"outDir": "dist",
|
"outDir": "dist",
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"lib": ["esnext"],
|
"lib": ["esnext"],
|
||||||
"esModuleInterop": true
|
"esModuleInterop": true,
|
||||||
|
"allowJs": true
|
||||||
},
|
},
|
||||||
"include": ["src/**/*"],
|
"include": ["src/**/*"],
|
||||||
"exclude": ["src/proto/**/*"]
|
"exclude": ["src/wmmt/**/*"]
|
||||||
}
|
}
|
@ -1,10 +1,11 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"outDir": "dist/proto",
|
"outDir": "dist/wmmt",
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"lib": ["esnext"],
|
"lib": ["esnext"],
|
||||||
"esModuleInterop": true
|
"esModuleInterop": true,
|
||||||
|
"allowJs": true
|
||||||
},
|
},
|
||||||
"include": ["src/proto/**/*"]
|
"include": ["src/wmmt/**/*"]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user