Skip to content

Commit 19427e0

Browse files
reduce diff in tsconfig
1 parent 70ff8f9 commit 19427e0

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

packages/react-notion-x/tsconfig.json

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,13 @@
11
{
22
"extends": "../../tsconfig.base",
33
"compilerOptions": {
4-
// Tells TypeScript to read JS files, as
5-
// normally they are ignored as source files
6-
"allowJs": true,
7-
// Generate d.ts files
8-
"declaration": true,
9-
// This compiler run should
10-
// only output d.ts files
11-
"emitDeclarationOnly": true,
12-
// Types should go into this directory.
13-
// Removing this would place the .d.ts files
14-
// next to the .js files
15-
"outDir": "build",
16-
// go to js file when using IDE functions like
17-
// "Go to Definition" in VSCode
18-
"declarationMap": true,
194
"composite": false,
205
"rootDir": "src",
6+
"declaration": true,
7+
"declarationMap": true,
8+
"outDir": "build",
219
"tsBuildInfoFile": "build/.tsbuildinfo",
10+
"emitDeclarationOnly": true,
2211
"lib": ["DOM", "ESNext"],
2312
"noImplicitReturns": false,
2413
"skipLibCheck": true,

0 commit comments

Comments
 (0)