this repo has no description

Don't include the workspace config in types

Changed files
+8 -2
packages
+8 -2
packages/types/tsconfig.json
···
{
-
"extends": "../../tsconfig.json",
"compilerOptions": {
-
"outDir": "./dist",
+
"target": "es2016",
+
"module": "es6",
+
"esModuleInterop": true,
+
"forceConsistentCasingInFileNames": true,
+
"strict": true,
+
"skipLibCheck": true,
+
"moduleResolution": "bundler",
+
"jsx": "react",
"declaration": true
},
"include": ["./src/**/*", "src/index.ts"]