aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.node.json
diff options
context:
space:
mode:
authorGravatar Joseph Garrone <[email protected]>2024-06-06 05:26:06 +0200
committerGravatar Joseph Garrone <[email protected]>2024-06-06 05:26:06 +0200
commit59008f5b87a208885e2351ff1e1cfae5aaae55ae (patch)
tree595a08e3efb372ee8dd176e1c811726b86e1da04 /tsconfig.node.json
parentMigrate to keycloakify 10 (diff)
Migrate to Keycloakify v10
Diffstat (limited to 'tsconfig.node.json')
-rw-r--r--tsconfig.node.json16
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"]
}