Skip to content

Commit

Permalink
changed module resolution to node16
Browse files Browse the repository at this point in the history
  • Loading branch information
koljagralla committed Jan 26, 2024
1 parent f927345 commit 0008221
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"module": "Node16",
"lib": ["es2020", "dom"],
"declaration": true,
"strict": true,
Expand All @@ -18,6 +18,7 @@
"experimentalDecorators": true,
"strictPropertyInitialization": false,
"typeRoots": ["./node_modules/@types"],
"moduleResolution": "Node16",
},
"exclude": ["node_modules", "cdk.out"],
}

0 comments on commit 0008221

Please sign in to comment.