mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
11 lines
No EOL
206 B
JSON
11 lines
No EOL
206 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"module": "ES2022",
|
|
"esModuleInterop": true,
|
|
"target": "ES2022",
|
|
"moduleResolution": "bundler",
|
|
"jsx": "react-jsx"
|
|
},
|
|
"lib": ["ES2020"]
|
|
} |