Files
parcel/tsconfig.json
2020-08-19 16:48:24 +02:00

12 lines
221 B
JSON

{
"compilerOptions": {
"target": "es2018",
"jsx": "react",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}