mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-11-21 01:13:16 +08:00
23 lines
497 B
JSON
23 lines
497 B
JSON
{
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"naive-ui": ["./src"]
|
|
},
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"jsx": "preserve",
|
|
"jsxFactory": "h",
|
|
"jsxFragmentFactory": "Fragment",
|
|
"noImplicitAny": true,
|
|
"noUnusedLocals": false,
|
|
"module": "ES6",
|
|
"moduleResolution": "Node",
|
|
"declaration": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"composite": true,
|
|
"target": "ES6",
|
|
"esModuleInterop": true,
|
|
"lib": ["ESNext", "DOM"]
|
|
}
|
|
}
|