theatre/packages/dataverse-experiments/tsconfig.json
2021-10-04 20:06:12 +02:00

11 lines
240 B
JSON

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