12 lines
No EOL
247 B
JSON
12 lines
No EOL
247 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"module": "ES2022",
|
|
"esModuleInterop": true,
|
|
"target": "ES2022",
|
|
"moduleResolution": "bundler",
|
|
"jsx": "react-jsx",
|
|
"types": ["@project-gauntlet/deno"]
|
|
},
|
|
"lib": ["ES2020"]
|
|
} |