lot of changes for first actual use
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2015",
|
||||
"target": "es6",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"lib": ["es2015"],
|
||||
"lib": ["es6"],
|
||||
"strictNullChecks": true,
|
||||
"noImplicitAny": true,
|
||||
//"noImplicitAny": true,
|
||||
"noEmitOnError": true,
|
||||
"outDir": "dist",
|
||||
"typeRoots": [
|
||||
|
Reference in New Issue
Block a user