1
0
mirror of synced 2024-11-12 01:10:47 +01:00
Bayshore/tsconfig.proto.json

11 lines
234 B
JSON
Raw Normal View History

{
"compilerOptions": {
"sourceMap": true,
2022-07-11 14:54:43 +02:00
"outDir": "dist/wmmt",
"strict": true,
"lib": ["esnext"],
2022-07-11 14:54:43 +02:00
"esModuleInterop": true,
"allowJs": true
},
2022-07-11 14:54:43 +02:00
"include": ["src/wmmt/**/*"]
}