File tree 4 files changed +11
-22
lines changed
4 files changed +11
-22
lines changed Original file line number Diff line number Diff line change 1
1
node_modules /
2
2
coverage /
3
3
dist /
4
- typings /
Original file line number Diff line number Diff line change 3
3
"version" : " 6.0.0" ,
4
4
"description" : " Resole and parse `tsconfig.json`, replicating to TypeScript's behaviour" ,
5
5
"main" : " dist/tsconfig.js" ,
6
+ "typings" : " dist/tsconfig.d.ts" ,
6
7
"files" : [
7
8
" dist/" ,
8
- " LICENSE" ,
9
- " typings.json"
9
+ " LICENSE"
10
10
],
11
11
"scripts" : {
12
12
"lint" : " tslint \" src/**/*.ts\" " ,
15
15
"test-spec" : " mocha dist/**/*.spec.js -R spec --bail" ,
16
16
"test-cov" : " istanbul cover node_modules/mocha/bin/_mocha -- dist/**/*.spec.js -R spec --bail" ,
17
17
"test" : " npm run build && npm run lint && npm run test-cov" ,
18
- "prepublish" : " typings install && npm run build"
18
+ "prepublish" : " npm run build"
19
19
},
20
20
"repository" : {
21
21
"type" : " git" ,
43
43
},
44
44
"homepage" : " https://github.com/TypeStrong/tsconfig" ,
45
45
"dependencies" : {
46
+ "@types/strip-bom" : " ^3.0.0" ,
47
+ "@types/strip-json-comments" : " 0.0.30" ,
46
48
"strip-bom" : " ^3.0.0" ,
47
49
"strip-json-comments" : " ^2.0.0"
48
50
},
49
51
"devDependencies" : {
52
+ "@types/chai" : " ^4.0.4" ,
53
+ "@types/mocha" : " ^2.2.42" ,
54
+ "@types/node" : " ^8.0.25" ,
50
55
"bluebird" : " ^3.4.1" ,
51
56
"chai" : " ^3.0.0" ,
52
57
"istanbul" : " ^0.4.0" ,
53
58
"mocha" : " ^3.2.0" ,
54
59
"tslint" : " ^4.5.1" ,
55
60
"tslint-config-standard" : " ^4.0.0" ,
56
- "typescript" : " ^2.2.1" ,
57
- "typings" : " ^2.1.0"
61
+ "typescript" : " ^2.2.1"
58
62
}
59
63
}
Original file line number Diff line number Diff line change 3
3
"target" : " es5" ,
4
4
"lib" : [" es2015" ],
5
5
"outDir" : " dist" ,
6
+ "rootDir" : " src" ,
6
7
"module" : " commonjs" ,
7
8
"declaration" : true ,
8
9
"noImplicitAny" : true ,
9
10
"removeComments" : true ,
10
11
"sourceMap" : true
11
- },
12
- "include" : [
13
- " src/**/*" ,
14
- " typings/**/*"
15
- ]
12
+ }
16
13
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments