We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49b228 commit 10b7e02Copy full SHA for 10b7e02
2 files changed
apps/demos/configs/Angular/tsconfig.json
@@ -3,7 +3,7 @@
3
"target": "ES2022",
4
"experimentalDecorators": true,
5
"esModuleInterop": true,
6
- "moduleResolution": "node",
+ "moduleResolution": "node16",
7
"skipLibCheck": true,
8
"baseUrl": "./",
9
"paths": {
apps/demos/tsconfig.json
@@ -6,9 +6,8 @@
"resolveJsonModule": true,
"jsx": "react",
10
- "module": "CommonJS",
11
- "ignoreDeprecations": "6.0"
+ "module": "CommonJS"
12
},
13
"include": [
14
"utils/**/*.ts",
0 commit comments