mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
16 lines
365 B
JSON
16 lines
365 B
JSON
{
|
|
"include": ["**/*.ts", "**/*.js", "**/*.vue"],
|
|
"files": [
|
|
"../node_modules/njs-types/ngx_http_js_module.d.ts",
|
|
"../.jekyll-cache/vite-components.d.ts",
|
|
"lib/shims/vue.d.ts",
|
|
"lib/shims/jekyll.d.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"isolatedModules": true,
|
|
"target": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"module": "ESNext"
|
|
}
|
|
}
|