UNPKG

fi_sdk_js

Version:

Feedback Intelligence SKD

13 lines (12 loc) 549 B
{ "compilerOptions": { "outDir": "./dist", // Output compiled JS files to dist/ "module": "CommonJS", // Use CommonJS for Node.js compatibility "target": "ES5", // Support older JS versions "declaration": true, // Generate .d.ts type definition files "strict": true, // Enable strict type checking "esModuleInterop": true // Allow ES6 imports }, "include": ["src/**/*"], // Include all files in src/ "exclude": ["node_modules"] // Exclude node_modules }