Skip to content

Commit

Permalink
chore: tsconfig cleanup (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta authored Sep 15, 2023
1 parent 018ce62 commit 136dc80
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@
"compilerOptions": {
"allowJs": true,
"baseUrl": "./src",
"downlevelIteration": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"lib": ["ES2020", "ES2021.Intl"],
"lib": ["ES2022"],
"module": "NodeNext",
"outDir": "dist/",
"paths": {
"editor": [".sink.d.ts"]
},
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "ES2020",
"target": "ES2022",
"useUnknownInCatchVariables": false
},
"include": ["./src/**/*"]
Expand Down

0 comments on commit 136dc80

Please sign in to comment.