Skip to content

Commit 8bf4809

Browse files
remove path
1 parent 01bef5d commit 8bf4809

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

core/tsconfig.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@
2020
"noEmitOnError": false,
2121
"moduleDetection": "force",
2222
"allowArbitraryExtensions": true,
23-
"typeRoots": ["./node_modules/@types", "./types"],
24-
"baseUrl": "./src",
25-
"paths": {
26-
"@/*": ["*"]
27-
}
23+
"typeRoots": ["./node_modules/@types", "./types"]
2824
},
2925
"include": ["src/**/*"],
3026
"exclude": ["node_modules", "dist", "src/**/*.d.ts", "types/**/*.test.ts"]

0 commit comments

Comments
 (0)