agentify-help/tsconfig.json
2026-05-02 13:07:42 +00:00

15 lines
350 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"noEmit": true,
"strict": false,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
},
"include": ["./**/*.ts"],
"exclude": ["node_modules"]
}