forked from Hamcha/tghandbook
parent
9bd586d89c
commit
da9c7ee7a2
6 changed files with 16 additions and 11 deletions
@ -1,5 +1,9 @@ |
||||
{ |
||||
"compilerOptions": { |
||||
"target": "ES2020" |
||||
"target": "ES2020", |
||||
"baseUrl": ".", |
||||
"paths": { |
||||
"~*": ["./src/*"] |
||||
} |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue