Files
16gagent/.benchmark/asset/fullstack/packages/shared-config/tsconfig.json
T
2026-06-06 10:40:48 +08:00

15 lines
266 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true,
"outDir": "./dist"
},
"include": [
"src"
]
}