Rename typescript to typescript-language-features

This commit is contained in:
Matt Bierner
2018-03-23 12:52:26 -07:00
parent 6c04bb4b64
commit 0b655c0603
79 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"lib": [
"es6",
"es2015.promise"
],
"outDir": "./out",
"noImplicitAny": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": true,
"alwaysStrict": true,
"experimentalDecorators": true
},
"include": [
"src/**/*"
]
}