diff options
author | 2024-06-06 05:26:06 +0200 | |
---|---|---|
committer | 2024-06-06 05:26:06 +0200 | |
commit | 59008f5b87a208885e2351ff1e1cfae5aaae55ae (patch) | |
tree | 595a08e3efb372ee8dd176e1c811726b86e1da04 /tsconfig.node.json | |
parent | Migrate to keycloakify 10 (diff) |
Migrate to Keycloakify v10
Diffstat (limited to 'tsconfig.node.json')
-rw-r--r-- | tsconfig.node.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tsconfig.node.json b/tsconfig.node.json index 42872c5..26063d8 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -1,10 +1,10 @@ { - "compilerOptions": { - "composite": true, - "skipLibCheck": true, - "module": "ESNext", - "moduleResolution": "bundler", - "allowSyntheticDefaultImports": true - }, - "include": ["vite.config.ts"] + "compilerOptions": { + "composite": true, + "skipLibCheck": true, + "module": "ESNext", + "moduleResolution": "bundler", + "allowSyntheticDefaultImports": true + }, + "include": ["vite.config.ts"] } |