1
0
mirror of synced 2025-01-19 16:38:41 +01:00
Bayshore/tsconfig.proto.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

10 lines
211 B
JSON

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