mirror-web/_src/tsconfig.json
Harry Chen a6abff588d Add ts typing shims for vite virtual modules
Signed-off-by: Harry Chen <i@harrychen.xyz>
2024-04-21 13:17:19 +08:00

16 lines
344 B
JSON

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