theatre/packages/r3f/tsconfig.json
2021-09-06 10:19:10 +02:00

13 lines
306 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"lib": ["ESNext", "DOM"],
"rootDir": "src",
"types": ["jest", "node"],
"emitDeclarationOnly": true,
"composite": true
},
"references": [{"path": "../../theatre"}],
"include": ["./src/**/*"]
}