Skip to content

Commit 9f41184

Browse files
committed
fix: eslint add tsconfig.eslint.json
1 parent 195cdfe commit 9f41184

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

template/tsconfig.eslint.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"allowJs": true,
5+
"types": ["jest"]
6+
},
7+
"include": ["src", "tests"]
8+
}

tsconfig.eslint.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"allowJs": true,
5+
"types": ["jest"]
6+
},
7+
"include": ["src", "tests"]
8+
}

0 commit comments

Comments
 (0)