theatre/packages/r3f/tsconfig.json

15 lines
326 B
JSON
Raw Normal View History

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