|
|
@ -1,3 +1,4 @@ |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
"extends": "./tsconfig.json", |
|
|
|
"extends": "./tsconfig.json", |
|
|
|
"compilerOptions": { |
|
|
|
"compilerOptions": { |
|
|
@ -9,5 +10,5 @@ |
|
|
|
"../../node_modules/@nrwl/react/typings/image.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", "src/lib/run-tab/*.tsx"] |
|
|
|
} |
|
|
|
} |
|
|
|