theatre/packages/plugin-r3f/tsconfig.json

14 lines
307 B
JSON
Raw Normal View History

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