Files
frigate/web/tsconfig.node.json
T

11 lines
213 B
JSON
Raw Normal View History

2022-03-05 22:16:31 -06:00
{
"compilerOptions": {
"composite": true,
2023-12-16 16:20:59 +00:00
"skipLibCheck": true,
2022-11-13 10:31:36 -06:00
"module": "ESNext",
2023-12-16 16:20:59 +00:00
"moduleResolution": "bundler",
2022-11-13 10:31:36 -06:00
"allowSyntheticDefaultImports": true
2022-03-05 22:16:31 -06:00
},
"include": ["vite.config.ts"]
}