Spaces:
Running
Running
| { | |
| "compilerOptions": { | |
| "target": "ES2020", | |
| "module": "ESNext", | |
| "lib": ["ES2020", "DOM", "DOM.Iterable"], | |
| "moduleResolution": "bundler", | |
| "outDir": "./dist", | |
| "rootDir": "./src", | |
| "declaration": true, | |
| "declarationMap": true, | |
| "sourceMap": true, | |
| "noEmit": false, | |
| "strict": true, | |
| "skipLibCheck": true, | |
| "esModuleInterop": true, | |
| "forceConsistentCasingInFileNames": true | |
| }, | |
| "include": ["src/**/*"], | |
| "exclude": ["dist", "node_modules", "**/*.test.ts", "**/*.spec.ts"] | |
| } | |