Skip to content

Commit edce60c

Browse files
committed
Update tsconfig files and remove unused.
1 parent d5ee93f commit edce60c

File tree

5 files changed

+4
-16
lines changed

5 files changed

+4
-16
lines changed

.eslintignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@type
1+
*.js
22
/lib
33

44
# TODO: Remove this later

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"root": true,
33
"parserOptions": {
4-
"project": "./tsconfig.eslint.json"
4+
"project": "./tsconfig.json"
55
},
66
"extends": [
77
"@octetstream/eslint-config/esm/typescript"

tsconfig.ava.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"extends": "./tsconfig.json",
3-
"exclude": ["node_modules"],
43
"ts-node": {
54
"transpileOnly": true
65
}

tsconfig.eslint.json

-9
This file was deleted.

tsconfig.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"include": ["src/**/*.ts", "node-domexception.d.ts"],
2+
"include": ["**/*.ts", "node-domexception.d.ts"],
33
"exclude": [
4-
"node_modules",
5-
"src/__helper__/**",
6-
"src/**/*.test.ts"
4+
"node_modules"
75
],
86
"compilerOptions": {
97
"outDir": "lib",

0 commit comments

Comments
 (0)