12 lines
214 B
JSON
12 lines
214 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"noEmit": false,
|
||
|
"noEmitOnError": true,
|
||
|
"outDir": "dist/",
|
||
|
"allowImportingTsExtensions": false,
|
||
|
"declaration": true
|
||
|
},
|
||
|
"include": ["./src/**/*"]
|
||
|
}
|