mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-26 05:02:48 +00:00
15 lines
310 B
JSON
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"
|
|
}
|
|
}
|