13 lines
320 B
JSON
13 lines
320 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"jsx": "react",
|
|
"skipDefaultLibCheck": true,
|
|
"skipLibCheck": true,
|
|
"composite": true,
|
|
"noEmit": true
|
|
},
|
|
"files": ["index.tsx", "Scene.tsx", "useDrag.ts"],
|
|
"references": [{"path": "../../theatre"}]
|
|
}
|