10 lines
191 B
JSON
10 lines
191 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"esModuleInterop": true,
|
||
|
"jsx": "react",
|
||
|
"skipDefaultLibCheck": true,
|
||
|
"skipLibCheck": true
|
||
|
},
|
||
|
"files": ["index.tsx", "Scene.tsx", "useDrag.ts"]
|
||
|
}
|