We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb0073 commit f62f136Copy full SHA for f62f136
tsconfig.json
@@ -9,6 +9,8 @@
9
"moduleResolution": "node",
10
"emitDecoratorMetadata": true,
11
"experimentalDecorators": true,
12
+ "skipLibCheck": true,
13
+ "esModuleInterop": true,
14
"allowJs": true,
15
"target": "ES2022",
16
"typeRoots": [
0 commit comments