chore: ts project configuration fix for test_module

This commit is contained in:
LongYinan 2020-12-10 14:05:00 +08:00
parent 018426ad83
commit 28d380344b
No known key found for this signature in database
GPG key ID: A3FFE134A3E20881

View file

@ -2,7 +2,8 @@
"extends": "../tsconfig.json", "extends": "../tsconfig.json",
"include": ["."], "include": ["."],
"compilerOptions": { "compilerOptions": {
"outDir": "./dist" "outDir": "./dist",
"rootDir": "__test__"
}, },
"exclude": ["dist"] "exclude": ["dist"]
} }