Skip to content

Commit

Permalink
Extend base-config in ccd-js-gen tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
limemloh committed Oct 5, 2023
1 parent 089bbc0 commit 09977d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/ccd-js-gen/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"extends": "../../tsconfig-base.json",
"include": ["src/**/*", "package.json"],
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "./lib",
"lib": ["ES2020", "dom"], // "dom" is only added to get the typings for the global variable `WebAssembly`.
"resolveJsonModule": true,
"declaration": true,
"strict": true
"resolveJsonModule": true
}
}

0 comments on commit 09977d0

Please sign in to comment.