11 lines
297 B
JSON
11 lines
297 B
JSON
|
{
|
||
|
"extends": "../tsconfig.app.json",
|
||
|
"compilerOptions": {
|
||
|
"types": ["node"],
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
},
|
||
|
"exclude": ["../src/test.ts", "../src/**/*.spec.ts", "../projects/**/*.spec.ts"],
|
||
|
"include": ["../src/**/*", "../projects/**/*"],
|
||
|
"files": ["./typings.d.ts"]
|
||
|
}
|