Working version
This commit is contained in:
parent
77bde04db3
commit
b2c2cfcb41
63 changed files with 203 additions and 8301 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "build",
|
||||
"outDir": "lib",
|
||||
"sourceMap": true,
|
||||
"noImplicitAny": false,
|
||||
"target": "es5",
|
||||
|
|
@ -12,6 +12,6 @@
|
|||
"moduleResolution": "Node",
|
||||
"module": "commonjs",
|
||||
"declaration": true,
|
||||
"lib": ["es2015", "dom"]
|
||||
"lib": ["es6", "dom", "es2017"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue