DDRCompanion/tsconfig.json
Michael Zhang bf1a71a58b
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
reorg
2024-05-15 14:17:01 -05:00

10 lines
180 B
JSON

{
"compilerOptions": {
"jsx": "react-jsx",
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "Node",
"skipLibCheck": true,
"noEmit": true
}
}