File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 22 "extends" : " ../tsconfig.json" ,
33 "compilerOptions" : {
44 "outDir" : " ../out-tsc/app" ,
5- "module" : " es2015" ,
65 "types" : [],
76 "forceConsistentCasingInFileNames" : false
87 },
Original file line number Diff line number Diff line change 22 "extends" : " ../tsconfig.json" ,
33 "compilerOptions" : {
44 "outDir" : " ../out-tsc/spec" ,
5- "module" : " commonjs" ,
65 "types" : [
76 " jasmine" ,
87 " node"
Original file line number Diff line number Diff line change 22 "compileOnSave" : false ,
33 "compilerOptions" : {
44 "baseUrl" : " ./" ,
5+ "module" : " esnext" ,
56 "outDir" : " ./dist/out-tsc" ,
67 "sourceMap" : true ,
78 "declaration" : false ,
89 "moduleResolution" : " node" ,
910 "emitDecoratorMetadata" : true ,
1011 "experimentalDecorators" : true ,
1112 "forceConsistentCasingInFileNames" : false ,
12- "target" : " es5 " ,
13+ "target" : " es2015 " ,
1314 "typeRoots" : [
1415 " node_modules/@types"
1516 ],
Original file line number Diff line number Diff line change 117117 " check-type"
118118 ],
119119 "no-output-on-prefix" : false ,
120- "use-input-property-decorator " : true ,
121- "use-output-property-decorator " : true ,
122- "use -host-property-decorator " : true ,
120+ "no-inputs-metadata-property " : true ,
121+ "no-outputs-metadata-property " : true ,
122+ "no -host-metadata-property " : true ,
123123 "no-input-rename" : true ,
124124 "no-output-rename" : true ,
125- "use-life-cycle -interface" : true ,
125+ "use-lifecycle -interface" : true ,
126126 "use-pipe-transform-interface" : true ,
127127 "component-class-suffix" : true ,
128128 "directive-class-suffix" : true
You can’t perform that action at this time.
0 commit comments