10 lines
217 B
JSON
10 lines
217 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"outDir": "dist",
|
|
"strict": true,
|
|
"lib": ["esnext"],
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["src/**/*", "src/proto/**/*"]
|
|
} |