gauntlet/js/api_build/tsconfig.json
2024-02-11 16:25:19 +01:00

14 lines
No EOL
313 B
JSON

{
"compilerOptions": {
"strict": true,
"module": "ES2022",
"esModuleInterop": true,
"target": "ES2022",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"types": ["@types/node", "@project-gauntlet/typings"],
"outDir": "./dist"
},
"lib": ["ES2020"],
"include": ["./src"]
}