diff options
author | 2024-06-06 05:26:06 +0200 | |
---|---|---|
committer | 2024-06-06 05:26:06 +0200 | |
commit | 59008f5b87a208885e2351ff1e1cfae5aaae55ae (patch) | |
tree | 595a08e3efb372ee8dd176e1c811726b86e1da04 /tsconfig.json | |
parent | Migrate to keycloakify 10 (diff) |
Migrate to Keycloakify v10
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/tsconfig.json b/tsconfig.json index a7fc6fb..30d6ff1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,25 +1,25 @@ { - "compilerOptions": { - "target": "ES2020", - "useDefineForClassFields": true, - "lib": ["ES2020", "DOM", "DOM.Iterable"], - "module": "ESNext", - "skipLibCheck": true, + "compilerOptions": { + "target": "ES2020", + "useDefineForClassFields": true, + "lib": ["ES2020", "DOM", "DOM.Iterable"], + "module": "ESNext", + "skipLibCheck": true, - /* Bundler mode */ - "moduleResolution": "bundler", - "allowImportingTsExtensions": true, - "resolveJsonModule": true, - "isolatedModules": true, - "noEmit": true, - "jsx": "react-jsx", + /* Bundler mode */ + "moduleResolution": "bundler", + "allowImportingTsExtensions": true, + "resolveJsonModule": true, + "isolatedModules": true, + "noEmit": true, + "jsx": "react-jsx", - /* Linting */ - "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, - "noFallthroughCasesInSwitch": true - }, - "include": ["src"], - "references": [{ "path": "./tsconfig.node.json" }] + /* Linting */ + "strict": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "noFallthroughCasesInSwitch": true + }, + "include": ["src"], + "references": [{ "path": "./tsconfig.node.json" }] } |