Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit f91607f

Browse files
committed
build(demo): setup ts paths to work without root dist
1 parent ddc4e02 commit f91607f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"baseUrl": ".",
1313
"paths": {
1414
"@/*": ["./src/*"],
15-
"plugin": ["../dist/index"],
16-
"plugin-css": ["../dist/style.css"]
15+
"plugin": ["../src/index"],
16+
"plugin-css": ["./src/empty.css"]
1717
}
1818
},
1919
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]

0 commit comments

Comments
 (0)