1
0
mirror of synced 2024-09-24 03:08:26 +02:00
Bayshore/tsconfig.json
2022-07-11 09:15:16 +01:00

10 lines
217 B
JSON

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