feat: 유닛테스트 준비

This commit is contained in:
2022-03-03 00:16:01 +09:00
parent f522a6cefd
commit ed28cabb16
5 changed files with 24 additions and 4 deletions
+4 -1
View File
@@ -72,5 +72,8 @@
/* Advanced Options */
"skipLibCheck": true, /* Skip type checking of declaration files. */
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
}
},
"exclude": [
"**/*.test.ts"
]
}