1
0
mirror of synced 2025-11-06 04:21:02 +08:00

build: build之前做type check

This commit is contained in:
roymondchen
2022-06-30 20:19:03 +08:00
committed by jia000
parent e1705c350e
commit 6d4323123f
36 changed files with 272 additions and 289 deletions

View File

@@ -4,14 +4,14 @@
"module": "esnext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"skipLibCheck": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"importHelpers": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"sourceMap": true,
"baseUrl": ".",
"lib": [