mirror-web/_src/tsconfig.json
Harry Chen 5d499c4ef7 Add typescript shim for .vue files
Signed-off-by: Harry Chen <i@harrychen.xyz>
2024-04-21 13:17:19 +08:00

15 lines
310 B
JSON

{
"include": ["**/*.ts", "**/*.js", "**/*.vue"],
"files": [
"../node_modules/njs-types/ngx_http_js_module.d.ts",
"components.d.ts",
"shims-vue.d.ts"
],
"compilerOptions": {
"isolatedModules": true,
"target": "ESNext",
"moduleResolution": "Bundler",
"module": "ESNext"
}
}