| 12345678910111213141516171819202122232425262728293031 |
- {
- "compilerOptions": {
- "target": "ESNEXT",
- "module": "commonjs",
- "allowJs": true,
- "checkJs": false,
- "jsx": "preserve",
- "strict": true,
- "rootDirs": [
- "./src"
- ],
- "esModuleInterop": true,
- "skipLibCheck": true,
- "forceConsistentCasingInFileNames": true
- },
- "exclude": [
- "./dist",
- "./lib"
- ],
- "files": [],
- "include": [],
- "references": [
- {
- "path": "./tsconfig.app.json"
- },
- {
- "path": "./tsconfig.spec.json"
- }
- ],
- "extends": "../../tsconfig.base.json"
- }
|