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