1
0
mirror of https://github.com/hexolan/panels.git synced 2026-05-20 03:29:23 +01:00
Files
panels/services/frontend/tsconfig.node.json
2023-09-27 20:27:25 +01:00

11 lines
213 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}