DDRCompanion/tsconfig.json

11 lines
180 B
JSON
Raw Normal View History

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