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…
Reference in New Issue
Block a user