17 lines
311 B
JSON
17 lines
311 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"noEmitOnError": true,
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"sourceMap": true
|
|
},
|
|
"tsc-alias": {
|
|
"resolveFullPaths": true,
|
|
"verbose": false
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|