mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
17 lines
313 B
JSON
17 lines
313 B
JSON
{
|
|
"include": ["src/**/*"],
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"jsx": "react",
|
|
"jsxFactory": "h",
|
|
"jsxFragmentFactory": "Fragment",
|
|
"module": "ES6",
|
|
"moduleResolution": "Node",
|
|
"declaration": true,
|
|
"lib": [
|
|
"ESNext",
|
|
"DOM"
|
|
]
|
|
}
|
|
} |