roomruler/tsconfig.json

13 lines
252 B
JSON

{
"compilerOptions": {
"target": "es6",
"module": "ESNext",
"jsx": "react-jsx",
"esModuleInterop": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}