Skip to content

Commit e80f384

Browse files
committed
Add config files
1 parent 317c27a commit e80f384

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "TSJS-lib-generator",
3+
"author": "Microsoft Corp.",
4+
"version": "1.0.0",
5+
"description": "AppVeyor Status: [![Build status](https://ci.appveyor.com/api/projects/status/8oj3j7u6nvag1xvu/branch/master?svg=true)](https://ci.appveyor.com/project/zhengbli/tsjs-lib-generator/branch/master)\r Travis CI Status: [![Build Status](https://travis-ci.org/Microsoft/TSJS-lib-generator.svg?branch=master)](https://travis-ci.org/Microsoft/TSJS-lib-generator)",
6+
"main": "index.js",
7+
"scripts": {
8+
"test": "echo \"Error: no test specified\" && exit 1"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/Microsoft/TSJS-lib-generator.git"
13+
},
14+
"keywords": [],
15+
"license": "Apache-2.0",
16+
"bugs": {
17+
"url": "https://github.com/Microsoft/TSJS-lib-generator/issues"
18+
},
19+
"homepage": "https://github.com/Microsoft/TSJS-lib-generator#readme",
20+
"dependencies": {
21+
"@types/node": "^9.4.6",
22+
"typescript": "next"
23+
}
24+
}

tsconfig.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"compilerOptions": {
3+
"target": "es6",
4+
"module": "commonjs",
5+
"strict": true,
6+
"esModuleInterop": true
7+
}
8+
}

0 commit comments

Comments
 (0)