UNPKG

autogram-sdk

Version:
22 lines (21 loc) 570 B
{ "compilerOptions": { "jsx": "react", "outDir": "./dist/", "moduleResolution": "bundler", // "noImplicitAny": false, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "sourceMap": true, "strictNullChecks": true, "module": "ESNext", "target": "ES6", "allowJs": true, "experimentalDecorators": true, "lib": ["ES5", "ES2023", "DOM", "ESNext"], "resolveJsonModule": true, "skipLibCheck": true, "skipDefaultLibCheck": true }, "exclude": ["spec", "dist", "**/*.test.ts", "**/*.codemod.ts"] }