11 lines
249 B
JSON
11 lines
249 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"composite": false,
|
||
|
|
"declaration": true,
|
||
|
|
"declarationMap": true,
|
||
|
|
"outDir": "./dist"
|
||
|
|
},
|
||
|
|
"exclude": ["node_modules", "dist", "bin", "**/*.test.ts"]
|
||
|
|
}
|