Files
spaceflow/core/tsconfig.skill.json
2026-02-15 22:02:21 +08:00

19 lines
463 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"lib": ["ES2022"],
"strict": false,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"declaration": false,
"sourceMap": true,
"resolveJsonModule": true
}
}