mirror of
https://github.com/zhigang1992/react-slot-fill.git
synced 2026-04-30 21:32:17 +08:00
add typescript support to prepublish
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
"compilerOptions": {
|
||||
"outDir": "build/dist",
|
||||
"module": "commonjs",
|
||||
"declaration": true,
|
||||
"target": "es5",
|
||||
"lib": [
|
||||
"es6",
|
||||
"dom"
|
||||
],
|
||||
"sourceMap": true,
|
||||
"allowJs": true,
|
||||
"jsx": "react",
|
||||
"moduleResolution": "node",
|
||||
"rootDir": "src",
|
||||
|
||||
Reference in New Issue
Block a user