Skip to content

Commit 08909c9

Browse files
committed
improved layout
1 parent 5930d90 commit 08909c9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

tsconfig.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,19 @@
55
"useDefineForClassFields": false,
66
"module": "ESNext",
77
"lib": ["ES2020", "DOM", "DOM.Iterable"],
8-
"skipLibCheck": true,
9-
"plugins": [{ "name": "typescript-plugin-css-modules" }],
8+
"skipLibCheck": true,
9+
"plugins": [{ "name": "typescript-plugin-css-modules" }],
1010

11-
/* Bundler mode */
1211
"moduleResolution": "bundler",
1312
"allowImportingTsExtensions": true,
1413
"resolveJsonModule": true,
1514
"isolatedModules": true,
1615
"noEmit": true,
1716

18-
/* Linting */
1917
"strict": true,
2018
"noUnusedLocals": true,
2119
"noUnusedParameters": true,
2220
"noFallthroughCasesInSwitch": true
2321
},
24-
"include": ["src", "declarations.d.ts"],
25-
"exclude": ["test"]
22+
"include": ["src", "declarations.d.ts"]
2623
}

0 commit comments

Comments
 (0)