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