We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9232967 commit fd27c37Copy full SHA for fd27c37
1 file changed
packages/components-library/tsconfig.json
@@ -1,31 +1,15 @@
1
{
2
"extends": "tsconfig/react-library.json",
3
- "exclude": [
4
- "dist",
5
- "build",
6
- "node_modules"
7
- ],
+ "exclude": ["dist", "build", "node_modules"],
8
"compilerOptions": {
9
"outDir": "./dist",
10
- "lib": [
11
- "dom",
12
- "ES2017"
13
14
- "types": [
15
- "node"
16
+ "lib": ["dom", "ES2017"],
+ "types": ["node"],
17
"strict": false,
18
"paths": {
19
- "@/*": [
20
- "./src/*"
21
22
- "react": [
23
- "./node_modules/@types/react"
24
- ]
+ "@/*": ["./src/*"],
+ "react": ["./node_modules/@types/react"]
25
}
26
},
27
- "include": [
28
- "src/**/*",
29
- "additional.d.ts"
30
31
-}
+ "include": ["src/**/*", "additional.d.ts"]
+}
0 commit comments