synctv-web/tsconfig.json

18 lines
274 B
JSON
Raw Permalink Normal View History

2023-10-04 05:57:28 +00:00
{
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
],
"compilerOptions": {
"target": "ES2016",
"noImplicitAny": true,
2024-05-09 15:44:04 +00:00
"moduleResolution": "bundler",
"allowJs": true,
2023-10-04 05:57:28 +00:00
}
}