File tree Expand file tree Collapse file tree 1 file changed +33
-21
lines changed Expand file tree Collapse file tree 1 file changed +33
-21
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments