diff options
| author | Paweł Bernaciak <pawelbernaciak@zohomail.eu> | 2023-10-27 16:09:31 +0200 |
|---|---|---|
| committer | Paweł Bernaciak <pawelbernaciak@zohomail.eu> | 2023-10-27 16:09:31 +0200 |
| commit | 33d1d72d5e7f2e8e7f846bbf8651d7f128765c64 (patch) | |
| tree | 1b45b9cf6380a7910fa2d37c723af6a1432d5de3 /frontend/tsconfig.node.json | |
| parent | 842aaba2300b295f6e046bfaf9f34cb556e203b8 (diff) | |
New frontend project
Diffstat (limited to 'frontend/tsconfig.node.json')
| -rw-r--r-- | frontend/tsconfig.node.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/frontend/tsconfig.node.json b/frontend/tsconfig.node.json new file mode 100644 index 0000000..099658c --- /dev/null +++ b/frontend/tsconfig.node.json @@ -0,0 +1,10 @@ +{ + "compilerOptions": { + "composite": true, + "skipLibCheck": true, + "module": "ESNext", + "moduleResolution": "bundler", + "allowSyntheticDefaultImports": true + }, + "include": ["vite.config.ts"] +}
\ No newline at end of file |
