first commit
This commit is contained in:
9
packages/marketplace/tests/tsconfig.json
Normal file
9
packages/marketplace/tests/tsconfig.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"rootDir": ".."
|
||||
},
|
||||
"include": ["**/*.ts", "../src/**/*.ts"],
|
||||
"types": ["node"]
|
||||
}
|
||||
Reference in New Issue
Block a user