Skip to content

Commit 69d091f

Browse files
committed
fix path
1 parent 912b6c9 commit 69d091f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "../tsconfig.json",
33
"include": ["./**/*"],
44
"compilerOptions": {
5-
"rootDir": ".",
6-
"outDir": "../dist/examples"
5+
"rootDir": "..",
6+
"baseUrl": ".."
77
}
8-
}
8+
}

0 commit comments

Comments
 (0)