Skip to content

Commit eb03314

Browse files
committed
remove unnecessary exclude settings
1 parent 0f54e89 commit eb03314

File tree

15 files changed

+0
-15
lines changed

15 files changed

+0
-15
lines changed

packages/angular/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "./tsconfig.build.json",
33
"include": ["src/**/*.ts"],
4-
"exclude": ["dist"],
54
"compilerOptions": {
65
"rootDir": "."
76
"experimentalDecorators": true

packages/browser/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "./tsconfig.build.json",
33
"include": ["src/**/*", "test/**/*"],
4-
"exclude": ["dist"],
54
"compilerOptions": {
65
"rootDir": ".",
76
"types": ["mocha", "chai", "sinon", "jest"]

packages/core/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "./tsconfig.build.json",
33
"include": ["src/**/*.ts", "test/**/*.ts"],
4-
"exclude": ["dist"],
54
"compilerOptions": {
65
"rootDir": ".",
76
"types": ["jest"]

packages/gatsby/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "./tsconfig.build.json",
33
"include": ["src/**/*.ts", "test/**/*.ts", "test/integration.test.tsx", "src/**/*.tsx", "test/**/*.tsx"],
4-
"exclude": ["dist"],
54
"compilerOptions": {
65
"rootDir": ".",
76
"types": ["jest"]

packages/hub/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "./tsconfig.build.json",
33
"include": ["src/**/*.ts", "test/**/*.ts"],
4-
"exclude": ["dist"],
54
"compilerOptions": {
65
"rootDir": ".",
76
"types": ["jest"]

packages/integrations/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "./tsconfig.build.json",
33
"include": ["src/**/*.ts", "test/**/*.ts"],
4-
"exclude": ["dist"],
54
"compilerOptions": {
65
"rootDir": ".",
76
"types": ["jest"]

packages/minimal/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "./tsconfig.build.json",
33
"include": ["src/**/*.ts", "test/**/*.ts"],
4-
"exclude": ["dist"],
54
"compilerOptions": {
65
"rootDir": ".",
76
"types": ["jest"]

packages/nextjs/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "./tsconfig.build.json",
33
"include": ["src/**/*.ts", "test/**/*.ts"],
4-
"exclude": ["dist"],
54
"compilerOptions": {
65
"rootDir": ".",
76
"types": ["jest"]

packages/node/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "./tsconfig.build.json",
33
"include": ["src/**/*.ts", "test/**/*.ts"],
4-
"exclude": ["dist"],
54
"compilerOptions": {
65
"rootDir": ".",
76
"types": ["jest"]

packages/react/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "./tsconfig.build.json",
33
"include": ["src/**/*.ts", "test/**/*.ts", "src/**/*.tsx", "test/**/*.tsx"],
4-
"exclude": ["dist"],
54
"compilerOptions": {
65
"rootDir": ".",
76
"types": ["jest"]

packages/tracing/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "./tsconfig.build.json",
33
"include": ["src/**/*.ts", "test/**/*.ts"],
4-
"exclude": ["dist"],
54
"compilerOptions": {
65
"rootDir": ".",
76
"types": ["jest"]

packages/types/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "./tsconfig.build.json",
33
"include": ["src/**/*.ts"],
4-
"exclude": ["dist"],
54
"compilerOptions": {
65
"rootDir": ".",
76
}

packages/utils/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "./tsconfig.build.json",
33
"include": ["src/**/*.ts", "test/**/*.ts"],
4-
"exclude": ["dist"],
54
"compilerOptions": {
65
"rootDir": ".",
76
"types": ["jest"]

packages/vue/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "./tsconfig.build.json",
33
"include": ["src/**/*.ts", "test/**/*.ts", "src/**/*.tsx", "test/**/*.tsx"],
4-
"exclude": ["dist"],
54
"compilerOptions": {
65
"rootDir": ".",
76
"types": ["jest"]

packages/wasm/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "./tsconfig.build.json",
33
"include": ["src/**/*.ts", "test/**/*.ts"],
4-
"exclude": ["dist"],
54
"compilerOptions": {
65
"esModuleInterop": true,
76
"rootDir": ".",

0 commit comments

Comments
 (0)