File tree 3 files changed +82
-3299
lines changed
3 files changed +82
-3299
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " typescript-mean-models" ,
3
3
"version" : " 0.0.5" ,
4
4
"description" : " The models of the Typescript MEAN Stack Boilerplate" ,
5
- "main" : " dist/index.js" ,
6
- "typings" : " src/index.d.ts" ,
5
+ "main" : " dist/api.js" ,
7
6
"files" : [
8
7
" dist/" ,
8
+ " src/index.d.ts" ,
9
9
" LICENSE"
10
10
],
11
11
"scripts" : {
38
38
"tsconfig" : " ^6.0.0"
39
39
},
40
40
"devDependencies" : {
41
- "@angular/cli " : " ^1 .0.1 " ,
41
+ "@types/node " : " ^7 .0.14 " ,
42
42
"chai" : " ^3.5.0" ,
43
43
"chai-http" : " ^3.0.0" ,
44
44
"istanbul" : " ^0.4.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
3
"outDir" : " dist" ,
4
- "experimentalDecorators" : true ,
5
- "emitDecoratorMetadata" : true ,
6
4
"target" : " es6" ,
7
5
"lib" : [" es6" ],
8
- "types" : [" reflect-metadata" ],
6
+ "types" : [" reflect-metadata" , " node" ],
7
+ "typeRoots" : [" node_modules/@types" ],
9
8
"module" : " commonjs" ,
9
+ "experimentalDecorators" : true ,
10
+ "emitDecoratorMetadata" : true ,
10
11
"declaration" : true ,
11
12
"noImplicitAny" : true ,
12
13
"strictNullChecks" : true ,
17
18
"sourceMap" : true ,
18
19
"inlineSources" : true
19
20
},
20
- "include" : [
21
+ "include" : [
21
22
" src/**/*" ,
22
23
" typings/**/*"
23
24
],
24
25
"exclude" : [
25
- " node_modules" ,
26
- " typings" ,
27
- " typings/index.d.ts"
26
+ " node_modules"
28
27
]
29
28
}
You can’t perform that action at this time.
0 commit comments