9 lines
179 B
JSON
9 lines
179 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"noEmit": false
|
|
},
|
|
"exclude": ["packages/*/index.js"]
|
|
}
|