Files
RoboCommander/node_modules/react-draggable/typings/tsconfig.json

11 lines
143 B
JSON
Raw Normal View History

2026-04-05 16:14:49 -04:00
{
"compilerOptions": {
"noEmit": true,
"jsx": "preserve",
"strict": true
},
"files": [
"index.d.ts",
"test.tsx"
]
}