omi/components/popover/tsconfig.json

14 lines
230 B
JSON
Raw Permalink Normal View History

2021-06-28 10:31:37 +08:00
{
"compilerOptions": {
"baseUrl": ".",
"experimentalDecorators": true,
"jsx": "react",
"jsxFactory": "h",
"target": "es5",
"allowJs": true,
"declaration": true
},
"include": [
"src/**/*"
]
}