We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8618ada commit 6aeb46aCopy full SHA for 6aeb46a
tsconfig.json
@@ -7,7 +7,8 @@
7
"skipLibCheck": true,
8
"experimentalDecorators": true,
9
"resolveJsonModule": true,
10
- "esModuleInterop": true
+ "esModuleInterop": true,
11
+ "preserveSymlinks": false
12
},
13
"exclude": ["node_modules", "dist"]
14
}
0 commit comments