mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-09 04:31:35 +08:00
22 lines
426 B
JSON
22 lines
426 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",
|
|
"lib": [
|
|
"ESNext",
|
|
"DOM"
|
|
]
|
|
}
|
|
} |