naive-ui/tsconfig.json
2021-02-03 21:38:43 +08:00

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"
]
}
}