Skip to content

Commit e05fa04

Browse files
committed
feat: ts config add
1 parent 5cf969d commit e05fa04

File tree

7 files changed

+71
-8
lines changed

7 files changed

+71
-8
lines changed

packages/notion-to-jsx/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@
88
},
99
"keywords": [],
1010
"author": "Jinsoo Lee",
11-
"license": "MIT"
11+
"license": "MIT",
12+
"devDependencies": {
13+
"typescript": "^5.6.3"
14+
}
1215
}

packages/notion-to-jsx/tsconfig.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"extends": "@repo/typescript-config/react-library.json",
3+
"compilerOptions": {
4+
"outDir": "dist"
5+
},
6+
"include": ["src"],
7+
"exclude": ["node_modules", "dist"]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"extends": "@repo/typescript-config/react-library.json",
3+
"compilerOptions": {
4+
"outDir": "dist"
5+
},
6+
"include": ["src", "turbo"],
7+
"exclude": ["node_modules", "dist"]
8+
}

packages/notion-to-utils/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@
88
},
99
"keywords": [],
1010
"author": "Jinsoo Lee",
11-
"license": "MIT"
11+
"license": "MIT",
12+
"devDependencies": {
13+
"typescript": "^5.6.3"
14+
}
1215
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"extends": "@repo/typescript-config/react-library.json",
3+
"compilerOptions": {
4+
"outDir": "dist"
5+
},
6+
"include": ["src"],
7+
"exclude": ["node_modules", "dist"]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"extends": "@repo/typescript-config/react-library.json",
3+
"compilerOptions": {
4+
"outDir": "dist"
5+
},
6+
"include": ["src", "turbo"],
7+
"exclude": ["node_modules", "dist"]
8+
}

pnpm-lock.yaml

Lines changed: 31 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)