1
0
mirror of synced 2025-01-20 00:42:46 +01:00
Bayshore/tsconfig.proto.json

10 lines
211 B
JSON
Raw Normal View History

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