mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-11-21 01:13:16 +08:00
b3cad89bcd
* 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>
24 lines
529 B
JSON
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"]
|
|
}
|
|
}
|