This commit is contained in:
garronej 2022-08-16 14:42:05 +07:00
commit b85f1ef351

View File

@ -10,6 +10,6 @@
"downlevelIteration": true, "downlevelIteration": true,
"noFallthroughCasesInSwitch": true, "noFallthroughCasesInSwitch": true,
"composite": true, "composite": true,
"outDir": "../dist" "outDir": "./dist"
} }
} }