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