diff options
| author | FifthWit <fifthwitbusiness@gmail.com> | 2025-08-07 23:49:32 -0500 |
|---|---|---|
| committer | FifthWit <fifthwitbusiness@gmail.com> | 2025-08-07 23:49:32 -0500 |
| commit | c5e14546482598b799ddcee025d705e59dc2470b (patch) | |
| tree | 295d37268ccdf12693dbeff62f829ff9e8662018 /frontend/tsconfig.node.json | |
| parent | switched to double quotes (diff) | |
| download | lphub-c5e14546482598b799ddcee025d705e59dc2470b.tar.gz lphub-c5e14546482598b799ddcee025d705e59dc2470b.tar.bz2 lphub-c5e14546482598b799ddcee025d705e59dc2470b.zip | |
Switched to Vite as build tool
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 @@ | |||
| 1 | { | ||
| 2 | "compilerOptions": { | ||
| 3 | "composite": true, | ||
| 4 | "skipLibCheck": true, | ||
| 5 | "module": "ESNext", | ||
| 6 | "moduleResolution": "bundler", | ||
| 7 | "allowSyntheticDefaultImports": true | ||
| 8 | }, | ||
| 9 | "include": ["vite.config.ts"] | ||
| 10 | } \ No newline at end of file | ||