Skip to content

Commit

Permalink
reattempt to lalow dynamic import
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Feb 8, 2025
1 parent 490ff7a commit f53600c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gax/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
"extends": "./node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"lib": ["es2018", "dom"],
"module": "commonjs",
"target": "es2018",
"rootDir": ".",
"outDir": "build",
"noImplicitAny": true,
"resolveJsonModule": true
"resolveJsonModule": true,
"moduleResolution": "node"
},
"include": [
"src/*.ts",
Expand Down

0 comments on commit f53600c

Please sign in to comment.