Lots of little updates to bring it in line with the other implemeentations etc...
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 40s
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 40s
This commit is contained in:
parent
30746a4e34
commit
d0dfa10536
5 changed files with 23 additions and 7 deletions
|
|
@ -2,8 +2,11 @@
|
|||
"extends": "./tsconfig.json",
|
||||
// Visit https://aka.ms/tsconfig to read more about this file
|
||||
"compilerOptions": {
|
||||
// File Layout
|
||||
"rootDir": "./src",
|
||||
"types": [],
|
||||
"outDir": "./dist",
|
||||
|
||||
"types": []
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue