8 lines
199 B
JSON
8 lines
199 B
JSON
{
|
|
"//": "this runs after 'scripts/types-correct-after-build.js' has been applied",
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"emitDeclarationOnly": false,
|
|
"noEmit": true
|
|
}
|
|
}
|