Commit a8cc8f61 authored by joseph izang's avatar joseph izang

fixes after pulling from master

parent 3b0de423
{ {
"extends": "../../../tsconfig.json", "extends": "../../../tsconfig.base.json",
"compilerOptions": { "compilerOptions": {
"jsx": "react", "jsx": "react",
"allowJs": true, "allowJs": true,
...@@ -12,6 +12,9 @@ ...@@ -12,6 +12,9 @@
"references": [ "references": [
{ {
"path": "./tsconfig.lib.json" "path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json"
} }
] ]
} }
{ {
"extends": "../../../tsconfig.base.json", "extends": "./tsconfig.json",
"compilerOptions": { "compilerOptions": {
"jsx": "react",
"composite": true,
"outDir": "../../../dist/out-tsc", "outDir": "../../../dist/out-tsc",
"composite": true,
"types": ["node"] "types": ["node"]
}, },
"files": [], "files": [
"composite": true, "../../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"
}
]
} }
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"]
},
"include": [
"**/*.spec.ts",
"**/*.spec.tsx",
"**/*.spec.js",
"**/*.spec.jsx",
"**/*.d.ts"
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment