TypeScript/tests/cases/user/formik/tsconfig.json
2018-04-06 16:16:34 -07:00

14 lines
250 B
JSON

{
"compilerOptions": {
"jsx": "react",
"strict": true,
"esModuleInterop": true,
"noEmit": true,
"types": [],
"lib": ["esnext", "dom"],
},
"files": [
"index.tsx"
]
}