Skip to content

Commit 62f05ba

Browse files
committed
chore(config): update outdated configs after test changes
1 parent 3cc2372 commit 62f05ba

File tree

4 files changed

+2
-19
lines changed

4 files changed

+2
-19
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"@typescript-eslint/no-invalid-void-type": "off"
1212
},
1313
"parserOptions": {
14-
"project": ["./tsconfig.json", "./test/tsconfig.json", "./scripts/tsconfig.json"]
14+
"project": ["./tsconfig.json", "./scripts/tsconfig.json"]
1515
}
1616
}

jest.config.js

-7
This file was deleted.

src/__tests__/tsconfig.json

-8
This file was deleted.

tsconfig.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"extends": "./node_modules/kcd-scripts/shared-tsconfig.json",
33
"compilerOptions": {
4-
"allowJs": true,
54
"target": "ES6"
6-
},
7-
"exclude": ["**/__tests__/*"]
5+
}
86
}

0 commit comments

Comments
 (0)