clouddisk-project/frontend/tsconfig.json

11 lines
197 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"jsx": "react-jsx",
"module": "ESNext",
"strict": true,
"esModuleInterop": true
}
}