Make new build setup compatible with enable short import path

This commit is contained in:
garronej
2022-08-01 03:56:53 +02:00
parent 68de7f897d
commit 095bdb16ba
2 changed files with 3 additions and 2 deletions

View File

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