feat(init): publishing
This commit is contained in:
parent
32636217ee
commit
c297e3f4ef
15 changed files with 9934 additions and 6837 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2015",
|
||||
"target": "es2015",
|
||||
"module": "commonjs",
|
||||
"strict": true,
|
||||
"sourceMap": false,
|
||||
|
|
@ -11,7 +11,8 @@
|
|||
"declarationMap": true,
|
||||
"outDir": "build/production",
|
||||
"baseUrl": "./",
|
||||
"paths": { "*": ["node/modules/*"] }
|
||||
"paths": { "*": ["node/modules/*"] },
|
||||
"lib": ["esnext.weakref"]
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue