Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Restore **/types/tsconfig.json files
  • Loading branch information
with-heart committed Jun 7, 2021
commit 8a14f2f5e7e65bd3e9351a3b9996c5dcaddd10b9
20 changes: 20 additions & 0 deletions packages/react/types/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"compilerOptions": {
"baseUrl": "../",
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"lib": ["es6", "dom"],
"module": "commonjs",
"noEmit": true,
"noImplicitAny": true,
"noImplicitThis": true,
"strict": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"target": "es5",
"typeRoots": ["../"],
"types": []
},
"include": ["./*.ts", "./*.tsx"],
"exclude": ["./css-prop.d.ts"]
}