mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-09-05 07:45:36 +00:00
12 lines
221 B
JSON
12 lines
221 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"target": "es2016",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|