1
0
mirror of synced 2025-02-21 21:00:13 +01:00
Bayshore/tsconfig.json
Rin 300ff4d24e Add a separate option to compile only the protobuf defs
because the 6 second compile time would drive me mad
2022-07-11 09:20:09 +01:00

11 lines
234 B
JSON

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