|
- {
- "compilerOptions": {
- "target": "es6",
- "lib": [
- "dom",
- "dom.iterable",
- "esnext"
- ],
- "skipLibCheck": true,
- "esModuleInterop": true,
- "allowSyntheticDefaultImports": true,
- "forceConsistentCasingInFileNames": true,
- "module": "esnext",
- "moduleResolution": "node",
- "isolatedModules": true,
- "declaration": true,
- "declarationDir": "./dist",
- "emitDeclarationOnly": true,
- "sourceMap": true,
- "strict": false
- },
- "exclude": [
- "node_modules",
- "**/*.test.ts"
- ],
- "include": [
- "**/*.ts"
- ]
- }
|