diff options
author | 2024-01-27 06:42:45 +0100 | |
---|---|---|
committer | 2024-01-27 06:42:45 +0100 | |
commit | 8e0c62cf84b5cb078e867e222ea4e04f7e61d189 (patch) | |
tree | f6c26fea097053d23be6a1f7892b52c76ea81317 /tsconfig.node.json | |
parent | Bump version (diff) |
https://github.com/keycloakify/keycloakify-starter/pull/6 https://github.com/keycloakify/keycloakify/pull/324 https://github.com/keycloakify/keycloakify-starter/pull/5 https://github.com/keycloakify/keycloakify/issues/271
Diffstat (limited to 'tsconfig.node.json')
-rw-r--r-- | tsconfig.node.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tsconfig.node.json b/tsconfig.node.json new file mode 100644 index 0000000..42872c5 --- /dev/null +++ b/tsconfig.node.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "composite": true, + "skipLibCheck": true, + "module": "ESNext", + "moduleResolution": "bundler", + "allowSyntheticDefaultImports": true + }, + "include": ["vite.config.ts"] +} |