File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1515 "allowUnreachableCode" : false ,
1616 "allowUnusedLabels" : false ,
1717 "esModuleInterop" : true ,
18+ "experimentalDecorators" : true ,
1819 "forceConsistentCasingInFileNames" : true ,
1920 "jsx" : " react" ,
2021 "lib" : [" ESNext" ],
21- "module" : " NodeNext " ,
22- "moduleResolution" : " NodeNext " ,
22+ "module" : " ESNext " ,
23+ "moduleResolution" : " Node " ,
2324 "noEmit" : false ,
2425 "noFallthroughCasesInSwitch" : true ,
2526 "noImplicitReturns" : true ,
Original file line number Diff line number Diff line change 11{
22 "extends" : " ../config/tsconfig.json" ,
3- "include" : [" src" , " index.js" ],
4- "compilerOptions" : {
5- "experimentalDecorators" : true ,
6- "module" : " ESNext" ,
7- "moduleResolution" : " Bundler"
8- }
3+ "include" : [" src" , " index.js" ]
94}
You can’t perform that action at this time.
0 commit comments