Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
kamijin-fanta committed Nov 28, 2022
1 parent 7f580d0 commit fc02544
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions packages/react-icons/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,14 @@
"outDir": "./build/lib/esm",
"module": "es2015",
"target": "es5",
"lib": [
"es2017",
"dom"
],
"lib": ["es2017", "dom"],
"jsx": "react",
"moduleResolution": "node",
"baseUrl": ".",
"declaration": true,
"strict": true,
"noImplicitAny": true
},
"include": [
"src/**/*.tsx"
],
"exclude": [
"icons"
]
"include": ["src/**/*.tsx"],
"exclude": ["icons"]
}

0 comments on commit fc02544

Please sign in to comment.