We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9ffa6 commit ca31118Copy full SHA for ca31118
tsconfig.json
@@ -1,19 +1,17 @@
1
+
2
{
3
"compilerOptions": {
4
"allowUnreachableCode": false,
5
"allowUnusedLabels": false,
- "alwaysStrict": true,
6
"esModuleInterop": true,
7
"importsNotUsedAsValues": "error",
8
"forceConsistentCasingInFileNames": true,
9
"jsx": "react",
10
- "lib": ["esnext"],
+ "lib": ["esnext", "dom"],
11
"module": "esnext",
12
"moduleResolution": "node",
13
"noFallthroughCasesInSwitch": true,
14
- "noImplicitAny": true,
15
"noImplicitReturns": true,
16
- "noImplicitThis": true,
17
"noImplicitUseStrict": false,
18
"noStrictGenericChecks": false,
19
"noUnusedLocals": true,
@@ -22,7 +20,6 @@
22
20
"skipLibCheck": true,
23
21
"strict": true,
24
"target": "esnext",
25
- "plugins": [{ "name": "typescript-tslint-plugin" }]
26
},
27
"exclude": ["typings/**/*", "lib/**/*", "templates/**/*"]
28
}
0 commit comments