Skip to content

Commit 5984f61

Browse files
authored
fix: remove error diagnostic in tsconfig.json
1 parent 40a03df commit 5984f61

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"esModuleInterop": true,
77
"forceConsistentCasingInFileNames": true,
88
"strict": true,
9-
"skipLibCheck": true
10-
}
9+
"skipLibCheck": true,
10+
"outDir": "dist"
11+
},
12+
"exclude": ["./dist/**/*", "./postcss.config.js"]
1113
}

0 commit comments

Comments
 (0)