| 1234567891011121314151617181920 |
- {
- "extends": "../../tsconfig.json",
- "compilerOptions": {
- "types": [
- "node"
- ]
- },
- "include": [
- "../../src/assets/svg/nibgatIcon",
- "../../src/**/*",
- "../src/**/*",
- "**/*.json",
- "**/*.tsx",
- "**/*.ts"
- ],
- "exclude": [
- "**/node_modules",
- "**/Pods"
- ]
- }
|