mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
17 lines
No EOL
387 B
JSON
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"]
|
|
} |