theatre/packages/dataverse2/tsconfig.json

12 lines
240 B
JSON
Raw Normal View History

2021-06-18 13:05:06 +02:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": ".temp/declarations",
"lib": ["ESNext", "DOM"],
"rootDir": ".",
"types": ["jest", "node"],
"composite": true
},
"include": ["./src/**/*"]
}