File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- // Environment setup & latest features
43 "lib" : [" ESNext" ],
54 "target" : " ESNext" ,
65 "module" : " Preserve" ,
76 "moduleDetection" : " force" ,
87 "jsx" : " react-jsx" ,
98 "allowJs" : true ,
109
11- // Bundler mode
1210 "moduleResolution" : " bundler" ,
1311 "allowImportingTsExtensions" : true ,
1412 "verbatimModuleSyntax" : true ,
1513 "noEmit" : true ,
1614
17- // Best practices
1815 "strict" : true ,
1916 "skipLibCheck" : true ,
2017 "noFallthroughCasesInSwitch" : true ,
2118 "noUncheckedIndexedAccess" : true ,
2219 "noImplicitOverride" : true ,
2320
24- // Some stricter flags (disabled by default)
2521 "noUnusedLocals" : false ,
2622 "noUnusedParameters" : false ,
2723 "noPropertyAccessFromIndexSignature" : false
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- // Environment setup & latest features
43 "lib" : [" ESNext" ],
54 "target" : " ESNext" ,
65 "module" : " Preserve" ,
76 "moduleDetection" : " force" ,
87 "jsx" : " react-jsx" ,
98 "allowJs" : true ,
109
11- // Bundler mode
1210 "moduleResolution" : " bundler" ,
1311 "allowImportingTsExtensions" : true ,
1412 "verbatimModuleSyntax" : true ,
1513 "noEmit" : true ,
1614
17- // Best practices
1815 "strict" : true ,
1916 "skipLibCheck" : true ,
2017 "noFallthroughCasesInSwitch" : true ,
2118 "noUncheckedIndexedAccess" : true ,
2219 "noImplicitOverride" : true ,
2320
24- // Some stricter flags (disabled by default)
2521 "noUnusedLocals" : false ,
2622 "noUnusedParameters" : false ,
2723 "noPropertyAccessFromIndexSignature" : false
You can’t perform that action at this time.
0 commit comments