1
0
mirror of synced 2025-01-31 20:15:24 +01: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/**/*"]
}