1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-07-01 06:02:20 +02:00
react/example/tsconfig.json
2020-07-14 14:34:08 +03:00

20 lines
459 B
JSON

{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react",
"strict": true
},
"include": ["src"]
}