mirror of
https://github.com/morten-olsen/parcel.git
synced 2026-02-07 17:26:32 +01:00
12 lines
221 B
JSON
12 lines
221 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2018",
|
|
"jsx": "react",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|