Skip to content

Commit

Permalink
revert tsconfig updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Apr 15, 2024
1 parent ed3dc5b commit ed8646a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions js/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "@tsconfig/recommended",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./src",
"target": "ES2021",
"lib": [
"ES2021",
Expand All @@ -20,7 +18,8 @@
"useDefineForClassFields": true,
"strictPropertyInitialization": false,
"allowJs": true,
"strict": true
"strict": true,
"outDir": "dist"
},
"include": [
"src/**/*"
Expand Down

0 comments on commit ed8646a

Please sign in to comment.