Skip to content

Commit 10963f7

Browse files
committed
chore: lint
1 parent ec0163f commit 10963f7

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"extends": "../../tsconfig.json",
3-
"compilerOptions": {
4-
"allowImportingTsExtensions": true,
5-
"allowJs": false,
6-
"jsx": "react-jsx",
7-
"lib": ["DOM", "DOM.Iterable", "ESNext"],
8-
"module": "ESNext",
9-
"moduleResolution": "bundler",
10-
"noEmit": true,
11-
"target": "ES2023",
12-
"types": ["vite/client"]
13-
},
14-
"include": ["**/*"],
15-
"exclude": []
2+
"extends": "../../tsconfig.json",
3+
"compilerOptions": {
4+
"allowImportingTsExtensions": true,
5+
"allowJs": false,
6+
"jsx": "react-jsx",
7+
"lib": ["DOM", "DOM.Iterable", "ESNext"],
8+
"module": "ESNext",
9+
"moduleResolution": "bundler",
10+
"noEmit": true,
11+
"target": "ES2023",
12+
"types": ["vite/client"]
13+
},
14+
"include": ["**/*"],
15+
"exclude": []
1616
}

0 commit comments

Comments
 (0)