Skip to content

Commit 10b7e02

Browse files
fix TS
1 parent f49b228 commit 10b7e02

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

apps/demos/configs/Angular/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"target": "ES2022",
44
"experimentalDecorators": true,
55
"esModuleInterop": true,
6-
"moduleResolution": "node",
6+
"moduleResolution": "node16",
77
"skipLibCheck": true,
88
"baseUrl": "./",
99
"paths": {

apps/demos/tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
"resolveJsonModule": true,
77
"skipLibCheck": true,
88
"jsx": "react",
9-
"moduleResolution": "node",
10-
"module": "CommonJS",
11-
"ignoreDeprecations": "6.0"
9+
"moduleResolution": "node16",
10+
"module": "CommonJS"
1211
},
1312
"include": [
1413
"utils/**/*.ts",

0 commit comments

Comments
 (0)