Spaces:
Runtime error
Runtime error
File size: 369 Bytes
801e523 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"jsx": "react-jsx",
"moduleResolution": "bundler",
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowImportingTsExtensions": true,
"noEmit": true,
"isolatedModules": true
},
"include": ["src"]
}
|