Skip to content

Commit c5f83fb

Browse files
author
Jerry Bruwes
committed
modified: tsconfig.json
1 parent 27c0199 commit c5f83fb

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

tsconfig.json

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2020",
4-
"useDefineForClassFields": true,
5-
"module": "ESNext",
6-
"lib": ["ES2020", "DOM", "DOM.Iterable"],
7-
"skipLibCheck": true,
8-
9-
/* Bundler mode */
10-
"moduleResolution": "bundler",
11-
"allowImportingTsExtensions": true,
12-
"isolatedModules": true,
13-
"moduleDetection": "force",
14-
"noEmit": true,
15-
16-
/* Linting */
3+
"target": "esnext",
174
"strict": true,
18-
"noUnusedLocals": true,
19-
"noUnusedParameters": true,
20-
"noFallthroughCasesInSwitch": true
21-
},
22-
"include": ["src"]
5+
"module": "preserve"
6+
}
237
}

0 commit comments

Comments
 (0)