8 lines
155 B
JSON
8 lines
155 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": false
|
|
},
|
|
"exclude": ["node_modules", "dist", "test", "**/*.spec.ts"]
|
|
}
|