frigate/web/tsconfig.node.json

10 lines
184 B
JSON
Raw Normal View History

2022-03-06 07:16:31 +03:00
{
"compilerOptions": {
"composite": true,
2022-11-13 16:43:09 +03:00
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
2022-03-06 07:16:31 +03:00
},
"include": ["vite.config.ts"]
}