theatre/packages/r3f/tsconfig.json
2022-07-25 12:01:26 -04:00

14 lines
326 B
JSON

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