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

17 lines
No EOL
387 B
JSON

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