fix typescript config

This commit is contained in:
syuilo 2021-06-08 11:31:53 +09:00
parent 1e7219b043
commit c75ff55bbc
2 changed files with 1 additions and 2 deletions

View file

@ -4,7 +4,6 @@
"module": "commonjs",
"declaration": true,
"outDir": "./built/",
"rootDir": "./src/",
"removeComments": true,
"strict": true,
"strictFunctionTypes": true,