Skip to content

Commit d4f1ffd

Browse files
committed
update tsconfig
1 parent 7fe2971 commit d4f1ffd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/core/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"strict": true,
1010
"skipLibCheck": true,
1111
"lib": ["ES6", "dom", "DOM.Iterable"],
12-
"moduleResolution": "node"
12+
"moduleResolution": "node",
13+
"paths": {
14+
"@/*": ["./src/*"]
15+
}
1316
},
1417
"include": [
1518
"src/**/*.ts",

0 commit comments

Comments
 (0)