DDRCompanion/tsconfig.json

11 lines
180 B
JSON
Raw Normal View History

2024-05-14 17:03:59 -04:00
{
2024-05-14 18:45:01 -04:00
"compilerOptions": {
"jsx": "react-jsx",
"module": "ESNext",
2024-05-15 13:57:16 -04:00
"target": "ESNext",
2024-05-15 14:17:01 -05:00
"moduleResolution": "Node",
"skipLibCheck": true,
"noEmit": true
2024-05-14 18:45:01 -04:00
}
2024-05-14 17:03:59 -04:00
}