Skip to content

Commit

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

0 comments on commit a0f8648

Please sign in to comment.