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