Files
babel-plugin-react-anonymou…/tsconfig.base.json
Patryk Kopyciński 49bfa40d51 Initial commit
2020-01-26 15:06:40 +01:00

13 lines
235 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"module": "esnext",
"moduleResolution": "node",
"noEmit": true,
"strict": true,
"skipLibCheck": true,
"target": "es2017",
"types": []
}
}