tsconfig优化

main
D 2 years ago
parent 8b8c3c3405
commit 4a4577dc9d

@ -1,5 +1,7 @@
{
"exclude": ["node_modules"],
"compilerOptions": {
"noImplicitAny": true,
"importHelpers": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
@ -22,4 +24,3 @@
}
}
}
Loading…
Cancel
Save