12 lines
240 B
JSON
12 lines
240 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": ".temp/declarations",
|
||
|
"lib": ["ESNext", "DOM"],
|
||
|
"rootDir": ".",
|
||
|
"types": ["jest", "node"],
|
||
|
"composite": true
|
||
|
},
|
||
|
"include": ["./src/**/*"]
|
||
|
}
|