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/**/*"]
|
||
|
}
|