mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
3e80f2d1ce
* workflow: move to pnpm * chore: complete test case * Update .gitignore Co-authored-by: 07akioni <07akioni2@gmail.com>
23 lines
455 B
JSON
23 lines
455 B
JSON
{
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"naive-ui": ["./src"]
|
|
},
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"jsx": "react",
|
|
"jsxFactory": "h",
|
|
"jsxFragmentFactory": "Fragment",
|
|
"module": "ES6",
|
|
"moduleResolution": "Node",
|
|
"declaration": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"composite": true,
|
|
"target": "ES6",
|
|
"esModuleInterop": true,
|
|
"lib": [
|
|
"ESNext",
|
|
"DOM"
|
|
]
|
|
}
|
|
} |