theatre/packages/dataverse/tsconfig.json
2021-06-18 13:05:06 +02:00

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/**/*"]
}