chore: ts project configuration fix for test_module
This commit is contained in:
parent
018426ad83
commit
28d380344b
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
"extends": "../tsconfig.json",
|
||||
"include": ["."],
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist"
|
||||
"outDir": "./dist",
|
||||
"rootDir": "__test__"
|
||||
},
|
||||
"exclude": ["dist"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue