ci(Testing): add TypeScript test job (#4002)

* ci(Testing): add TypeScript job

* chore: add eol before eof
This commit is contained in:
SpaceEEC
2020-04-04 14:11:59 +02:00
committed by GitHub
parent 9e4c39ae53
commit 828640ca26
7 changed files with 99 additions and 3 deletions

View File

@@ -5,11 +5,17 @@
"declaration": false,
"removeComments": false,
"alwaysStrict": true,
"pretty": true,
"pretty": false,
"module": "commonjs",
"target": "es2019",
"lib": ["esnext", "esnext.array", "esnext.asynciterable", "esnext.intl", "esnext.symbol"],
"lib": [
"esnext",
"esnext.array",
"esnext.asynciterable",
"esnext.intl",
"esnext.symbol"
],
"sourceMap": false,
"skipLibCheck": true
"skipDefaultLibCheck": true
}
}