9 lines
168 B
JSON
9 lines
168 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/test",
|
|
"types": ["jest", "node"]
|
|
},
|
|
"include": ["test/**/*.ts", "src/**/*.ts"]
|
|
}
|