Files
chat/apps/cli/tsconfig.json
2026-04-25 16:36:34 +08:00

17 lines
340 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"rootDir": "src",
"outDir": "lib",
"jsx": "react",
"allowSyntheticDefaultImports": true,
"strict": true,
"esModuleInterop": true,
"moduleResolution": "node",
"skipLibCheck": true,
"noEmit": false
},
"exclude": ["./templates"]
}