9 lines
145 B
JSON
9 lines
145 B
JSON
|
{
|
||
|
// Used for building with tsc
|
||
|
"extends": "./tsconfig.json",
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"**/*.spec.js",
|
||
|
"**/*.spec.ts"
|
||
|
]
|
||
|
}
|