Skip to content
Prev Previous commit
Next Next commit
fix(lint): include all files from example-app-karma
  • Loading branch information
arjen.althoff committed Jul 6, 2021
commit 2197583a395531fd08bdafe465508bfbe852f70e
7 changes: 7 additions & 0 deletions apps/example-app-karma/tsconfig.editor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "./tsconfig.json",
"include": ["**/*.ts"],
"compilerOptions": {
"types": ["jasmine", "node", "@testing-library/jasmine-dom"]
}
}
2 changes: 1 addition & 1 deletion apps/example-app-karma/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"types": ["jasmine", "node", "@testing-library/jasmine-dom"]
},
"files": ["src/test.ts", "src/polyfills.ts"],
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
"include": ["**/*.spec.ts", "**/*.d.ts"]
}