Fix tsconfig
This commit is contained in:
parent
e3518b66a4
commit
c1c95a6073
|
@ -2,6 +2,7 @@
|
|||
"extends": "./tsconfig.build.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"lib": ["ESNext"],
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"assets/*": ["./assets/*"],
|
||||
|
|
Loading…
Reference in New Issue