300ff4d24e
because the 6 second compile time would drive me mad
10 lines
211 B
JSON
10 lines
211 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"outDir": "dist/proto",
|
|
"strict": true,
|
|
"lib": ["esnext"],
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["src/proto/**/*"]
|
|
} |