Skip to content

Commit 8592623

Browse files
feat(angular): remove project from parser options
1 parent 5cdadbf commit 8592623

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

libs/angular/src/config/angular-config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ const typescriptConfig = tseslint.config({
1414
},
1515
languageOptions: {
1616
parserOptions: {
17-
project: ['tsconfig.?*.json'],
18-
createDefaultProgram: true,
17+
projectService: true,
1918
},
2019
},
2120
rules: {

0 commit comments

Comments
 (0)