1
0
mirror of synced 2024-09-23 18:58:22 +02:00
Bayshore/tsconfig.proto.json
2022-07-11 13:54:43 +01:00

11 lines
234 B
JSON

{
"compilerOptions": {
"sourceMap": true,
"outDir": "dist/wmmt",
"strict": true,
"lib": ["esnext"],
"esModuleInterop": true,
"allowJs": true
},
"include": ["src/wmmt/**/*"]
}