diff options
Diffstat (limited to 'tsconfig.base.json')
| -rw-r--r-- | tsconfig.base.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/tsconfig.base.json b/tsconfig.base.json index c6fc144..2e800b8 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -1,23 +1,23 @@ { - "exclude": ["**/*.test.ts", "**/*.test.tsx"], - "compilerOptions": { - "target": "ES2022", - "module": "ESNext", - "moduleResolution": "bundler", - "lib": ["ES2023"], - "types": ["bun"], - "strict": true, - "noUncheckedIndexedAccess": true, - "noImplicitOverride": true, - "exactOptionalPropertyTypes": true, - "verbatimModuleSyntax": true, - "isolatedModules": true, - "declaration": true, - "declarationMap": true, - "sourceMap": true, - "composite": true, - "skipLibCheck": true, - "esModuleInterop": true, - "forceConsistentCasingInFileNames": true - } + "exclude": ["**/*.test.ts", "**/*.test.tsx"], + "compilerOptions": { + "target": "ES2022", + "module": "ESNext", + "moduleResolution": "bundler", + "lib": ["ES2023"], + "types": ["bun"], + "strict": true, + "noUncheckedIndexedAccess": true, + "noImplicitOverride": true, + "exactOptionalPropertyTypes": true, + "verbatimModuleSyntax": true, + "isolatedModules": true, + "declaration": true, + "declarationMap": true, + "sourceMap": true, + "composite": true, + "skipLibCheck": true, + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true + } } |
