toodo/tsconfig.json

14 lines
298 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react-jsx",
"lib": ["es6", "DOM", "dom.iterable"],
"module": "ESNext",
"moduleResolution": "node"
}
}