1
0
mirror of synced 2024-09-23 18:58:22 +02:00
Bayshore/tsconfig.json

15 lines
306 B
JSON

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