14 lines
271 B
JSON
14 lines
271 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../../out-tsc/lib",
|
||
|
"target": "es2015",
|
||
|
"declaration": true,
|
||
|
"inlineSources": true,
|
||
|
"types": [],
|
||
|
"lib": ["dom", "es2018"]
|
||
|
},
|
||
|
|
||
|
"exclude": ["src/test.ts", "**/*.spec.ts"]
|
||
|
}
|