parent
f9eb845986
commit
04612da384
@ -1,13 +1,15 @@ |
|||||||
{ |
{ |
||||||
"extends": "./tsconfig.json", |
"extends": "../../../tsconfig.base.json", |
||||||
"compilerOptions": { |
"compilerOptions": { |
||||||
"outDir": "../../../dist/out-tsc", |
"outDir": "../../../dist/out-tsc", |
||||||
"types": ["node"] |
"types": ["node"] |
||||||
}, |
}, |
||||||
"files": [ |
"files": [], |
||||||
"../../../node_modules/@nrwl/react/typings/cssmodule.d.ts", |
|
||||||
"../../../node_modules/@nrwl/react/typings/image.d.ts" |
|
||||||
], |
|
||||||
"exclude": ["**/*.spec.ts", "**/*.spec.tsx"], |
"exclude": ["**/*.spec.ts", "**/*.spec.tsx"], |
||||||
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"] |
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"], |
||||||
|
"references": [ |
||||||
|
{ |
||||||
|
"path": "./tsconfig.lib.json" |
||||||
|
} |
||||||
|
] |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue