-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtsconfig.json
More file actions
29 lines (29 loc) · 883 Bytes
/
Copy pathtsconfig.json
File metadata and controls
29 lines (29 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": false,
"alwaysStrict": true,
"declarationMap": true,
"declaration": true,
"experimentalDecorators": true,
"inlineSources": true,
"lib": ["dom", "dom.iterable", "esnext"],
"module": "esNext",
"moduleResolution": "bundler",
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitOverride": true,
"noImplicitReturns": false,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "dist",
"removeComments": false,
"rootDir": "src",
"sourceMap": true,
"strict": true,
"target": "esNext",
"useDefineForClassFields": false
},
"include": ["src/**/*.ts"]
}