11 lines
210 B
JSON
11 lines
210 B
JSON
{
|
|
"extends": "../tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"outDir": ".",
|
|
"rootDir": ".",
|
|
"paths": {}
|
|
},
|
|
"exclude": ["node_modules", "dist", "test/**/*", "*.spec.ts"],
|
|
"references": []
|
|
}
|