We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a29693 commit eb27390Copy full SHA for eb27390
testsuite/tsconfig.json
@@ -1,11 +1,14 @@
1
{
2
"extends": "../tsconfig/mjs.json",
3
"compilerOptions": {
4
+ "rootDir": ".",
5
"outDir": "./js",
6
+ "moduleResolution": "bundler",
7
"paths": {
8
"#js/*": ["../mjs/*"],
- "#source/*": ["../components/mjs/*"]
9
+ "#source/*": ["../components/mjs/*"],
10
+ "#helpers": ["./src/index.js"]
11
}
12
},
- "include": ["./tests/**/*.ts"]
13
+ "include": ["./tests/**/*.ts", "./src/*.ts"]
14
0 commit comments