mirror-web/_src/tsconfig.json
Harry Chen 7328ec3415 Switch some js files to ts for better typing
Signed-off-by: Harry Chen <i@harrychen.xyz>
2024-04-21 13:17:19 +08:00

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"
}
}