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 90fd61e commit 64bb982Copy full SHA for 64bb982
tsconfig.json
@@ -12,7 +12,6 @@
12
"compilerOptions": {
13
"emitDeclarationOnly": false,
14
"allowImportingTsExtensions": false,
15
- "outDir": "dist",
16
- "paths": { "@/*": ["./src/*"] }
+ "outDir": "dist"
17
}
18
0 commit comments