naive-ui/tsconfig.json
Artea b3cad89bcd
chore(deps): bump to vue3.4 (#5640)
* chore(deps): bump to vue3.4

Signed-off-by: Sepush <sepush@outlook.com>

* fix: open no-use-var rule and fix lint test

Signed-off-by: Sepush <sepush@outlook.com>

---------

Signed-off-by: Sepush <sepush@outlook.com>
2024-01-29 21:58:36 +08:00

24 lines
529 B
JSON

{
"compilerOptions": {
"paths": {
"naive-ui": ["./src"]
},
"strict": true,
"strictNullChecks": true,
"jsx": "preserve",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
"noImplicitAny": true,
"noUnusedLocals": true,
"module": "ES6",
"moduleResolution": "Node",
"declaration": true,
"forceConsistentCasingInFileNames": true,
"composite": true,
"target": "ES6",
"types": ["vue/jsx","jest"],
"esModuleInterop": true,
"lib": ["ESNext", "DOM"]
}
}