Skip to content

Commit bf0652a

Browse files
fix config issue at eslint ts configs
1 parent 57bcf7d commit bf0652a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/react-on-rails-pro/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
"outDir": "./lib"
55
},
66
"include": ["src/**/*"],
7-
"allowDefaultProject": "../spec/dummy/e2e-tests/*"
87
}

react_on_rails_pro/spec/dummy/client/tsconfig.json renamed to react_on_rails_pro/spec/dummy/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"strict": true,
88
"skipLibCheck": true
99
},
10-
"include": ["**/*.ts", "**/*.tsx", "**/*.d.ts"]
10+
"include": ["client/**/*.ts", "client/**/*.tsx", "client/**/*.d.ts", "e2e-tests/*"]
1111
}

0 commit comments

Comments
 (0)