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