Skip to content

Commit 9631a0c

Browse files
committed
build: no sourcemap, no declaration
1 parent 7d715fe commit 9631a0c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tsconfig.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
66
"jsx": "preserve",
77
"moduleResolution": "node",
88
"experimentalDecorators": true,
9-
"declaration": true,
10-
"sourceMap": true,
9+
"declaration": false,
10+
"sourceMap": false,
1111
"allowSyntheticDefaultImports": true,
1212
"esModuleInterop": true,
1313
"pretty": true,
1414
"lib": ["dom", "esnext"],
15-
"skipLibCheck": true,
16-
"sourceRoot": "src",
17-
"baseUrl": "src"
15+
"skipLibCheck": true
1816
},
1917
"include": ["src/**/*"],
2018
"exclude": ["node_modules"]

0 commit comments

Comments
 (0)