10 lines
171 B
JSON
10 lines
171 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./dist-tests",
|
||
|
"rootDir": "./"
|
||
|
},
|
||
|
"include": [
|
||
|
"tests/**/*"
|
||
|
]
|
||
|
}
|