Make new build setup compatible with enable short import path
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
"strict": true,
|
||||
"downlevelIteration": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"composite": true
|
||||
"composite": true,
|
||||
"outDir": "../dist"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user