Skip to content

Commit 64bb982

Browse files
committed
remove paths from tsconfig.json
1 parent 90fd61e commit 64bb982

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"compilerOptions": {
1313
"emitDeclarationOnly": false,
1414
"allowImportingTsExtensions": false,
15-
"outDir": "dist",
16-
"paths": { "@/*": ["./src/*"] }
15+
"outDir": "dist"
1716
}
1817
}

0 commit comments

Comments
 (0)