naive-ui/tsconfig.json
2021-02-14 20:34:23 +08:00

21 lines
405 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,
"lib": [
"ESNext",
"DOM"
]
}
}