9 lines
198 B
JSON
9 lines
198 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./",
|
|
"outDir": "../../dist/declaform",
|
|
"types": ["jest"]
|
|
},
|
|
"include": ["src", "tests"]
|
|
} |