Skip to content

Commit 4ba1770

Browse files
committed
Updating tsconfig.json
1 parent fb7c386 commit 4ba1770

File tree

1 file changed

+33
-21
lines changed

1 file changed

+33
-21
lines changed

tsconfig.json

Lines changed: 33 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,37 @@
11
{
22
"compileOnSave": false,
33
"compilerOptions": {
4-
"baseUrl": "./",
5-
"outDir": "./dist/out-tsc",
6-
"sourceMap": true,
7-
"declaration": false,
8-
"downlevelIteration": true,
9-
"experimentalDecorators": true,
10-
"moduleResolution": "node",
11-
"importHelpers": true,
12-
"target": "es2015",
13-
"module": "es2020",
14-
"lib": [
15-
"es2018",
16-
"dom"
17-
],
18-
"paths": {
19-
"plotly": [
20-
"dist/plotly/plotly",
21-
"dist/plotly"
22-
]
23-
}
4+
"baseUrl": "./",
5+
"outDir": "./dist/out-tsc",
6+
"forceConsistentCasingInFileNames": true,
7+
"noImplicitOverride": true,
8+
"noPropertyAccessFromIndexSignature": true,
9+
"noImplicitReturns": true,
10+
"noFallthroughCasesInSwitch": true,
11+
"sourceMap": true,
12+
"strict": true,
13+
"declaration": false,
14+
"downlevelIteration": true,
15+
"experimentalDecorators": true,
16+
"moduleResolution": "node",
17+
"importHelpers": true,
18+
"target": "es2020",
19+
"module": "es2020",
20+
"lib": [
21+
"es2020",
22+
"dom"
23+
],
24+
"paths": {
25+
"plotly": [
26+
"dist/plotly/plotly",
27+
"dist/plotly"
28+
]
29+
}
30+
},
31+
"angularCompilerOptions": {
32+
"enableI18nLegacyMessageIdFormat": false,
33+
"strictInjectionParameters": true,
34+
"strictInputAccessModifiers": true,
35+
"strictTemplates": true
2436
}
25-
}
37+
}

0 commit comments

Comments
 (0)