Skip to content

Commit fd27c37

Browse files
author
Rajat
committed
Lint fixes
1 parent 9232967 commit fd27c37

1 file changed

Lines changed: 7 additions & 23 deletions

File tree

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,15 @@
11
{
22
"extends": "tsconfig/react-library.json",
3-
"exclude": [
4-
"dist",
5-
"build",
6-
"node_modules"
7-
],
3+
"exclude": ["dist", "build", "node_modules"],
84
"compilerOptions": {
95
"outDir": "./dist",
10-
"lib": [
11-
"dom",
12-
"ES2017"
13-
],
14-
"types": [
15-
"node"
16-
],
6+
"lib": ["dom", "ES2017"],
7+
"types": ["node"],
178
"strict": false,
189
"paths": {
19-
"@/*": [
20-
"./src/*"
21-
],
22-
"react": [
23-
"./node_modules/@types/react"
24-
]
10+
"@/*": ["./src/*"],
11+
"react": ["./node_modules/@types/react"]
2512
}
2613
},
27-
"include": [
28-
"src/**/*",
29-
"additional.d.ts"
30-
]
31-
}
14+
"include": ["src/**/*", "additional.d.ts"]
15+
}

0 commit comments

Comments
 (0)