10 lines
197 B
JSON
10 lines
197 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"emitDeclarationOnly": false,
|
|
"declaration": false,
|
|
"declarationDir": null
|
|
},
|
|
"exclude": ["dist/**/*"]
|
|
} |