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