Skip to content

Commit de8b3a9

Browse files
committed
test: update rootDir and include paths in tsconfig
1 parent 8be32d9 commit de8b3a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/rstack/test/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"allowImportingTsExtensions": true,
55
"emitDeclarationOnly": true,
66
"composite": true,
7-
"rootDir": ".",
7+
"rootDir": "..",
88
"types": ["node", "rstack/test/globals"],
99
"paths": {
1010
"rstack": ["../src/index.ts"],
1111
"rstack/test": ["../src/test.ts"],
1212
"#test-helpers": ["./helpers/index.ts"]
1313
}
1414
},
15-
"include": ["./**/*.ts"]
15+
"include": ["./**/*.ts", "../src"]
1616
}

0 commit comments

Comments
 (0)