Skip to content

Commit 88c5a49

Browse files
cfg
1 parent 2ad636f commit 88c5a49

File tree

30 files changed

+45
-174
lines changed

30 files changed

+45
-174
lines changed
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
{
2-
"extends": "../tsconfig.json",
3-
"compilerOptions": {
4-
"rootDir": "lib",
5-
"outDir": "./dist"
6-
},
7-
"include": ["./lib"],
8-
"exclude": ["node_modules", "dist", "__test__"]
2+
"extends": "../tsconfig.json"
93
}

core-flags/tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"extends": "../tsconfig.json",
33
"compilerOptions": {
4-
"outDir": "dist",
54
"allowJs": true
6-
},
7-
"include": ["./"],
8-
"exclude": ["node_modules", "dist", "__test__", "jest.config.js"]
5+
}
96
}

core-query/tsconfig.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
11
{
2-
"extends": "../tsconfig.json",
3-
"compilerOptions": {
4-
"outDir": "./dist",
5-
"skipLibCheck": true,
6-
"strict": false
7-
},
8-
"exclude": [
9-
"node_modules",
10-
"dist",
11-
"__test__",
12-
"**/*.spec.ts",
13-
"**/*.test.ts"
14-
]
2+
"extends": "../tsconfig.json"
153
}

core-types/tsconfig.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
{
2-
"extends": "../tsconfig.json",
3-
"compilerOptions": {
4-
"outDir": "dist",
5-
"skipLibCheck": true,
6-
"strict": false
7-
},
8-
"exclude": ["node_modules", "dist", "__test__"]
2+
"extends": "../tsconfig.json"
93
}

core/tsconfig.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
{
2-
"extends": "../tsconfig.json",
3-
"compilerOptions": {
4-
"outDir": "./dist",
5-
"skipLibCheck": true,
6-
"strict": false
7-
},
8-
"exclude": ["node_modules", "dist", "__test__"]
2+
"extends": "../tsconfig.json"
93
}

design-diff/tsconfig.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
{
2-
"extends": "../tsconfig.json",
3-
"compilerOptions": {
4-
"outDir": "dist"
5-
},
6-
"exclude": ["node_modules", "dist", "__test__"]
2+
"extends": "../tsconfig.json"
73
}

design-sdk/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "../tsconfig.json"
3+
}

figma-auth-store/tsconfig.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
{
2-
"extends": "../tsconfig.json",
3-
"compilerOptions": {
4-
"rootDir": ".",
5-
"outDir": "./dist"
6-
},
7-
"exclude": ["dist", "node_modules", "__test__"]
2+
"extends": "../tsconfig.json"
83
}

figma-checksum/tsconfig.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
{
2-
"extends": "../tsconfig.json",
3-
"compilerOptions": {
4-
"outDir": "dist"
5-
},
6-
"exclude": ["node_modules", "dist", "__test__"]
2+
"extends": "../tsconfig.json"
73
}

figma-core/tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"extends": "../tsconfig.json",
33
"compilerOptions": {
4-
"outDir": "dist",
5-
"typeRoots": ["node_modules/@types"]
6-
},
7-
"exclude": ["node_modules", "dist", "__test__"]
4+
"typeRoots": [
5+
"node_modules/@types"
6+
]
7+
}
88
}

0 commit comments

Comments
 (0)