Skip to content

Commit

Permalink
RDM-3023 : Clean up config files.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewf committed Oct 5, 2018
1 parent 8553f4c commit e3c00d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
3 changes: 0 additions & 3 deletions src/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/spec",
"baseUrl": "./",
"module": "commonjs",
// "target": "es5",
"types": [
"jasmine",
"node"
Expand Down
8 changes: 0 additions & 8 deletions tsconfig-aot.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,4 @@
"skipMetadataEmit": false,
"strictMetadataEmit": true
}
// ,
// "typeRoots": [
// "node_modules/@types"
// ],
// "lib": [
// "es2017",
// "dom"
// ]
}
12 changes: 2 additions & 10 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,16 @@
"compilerOptions": {
"outDir": "./dist/out-tsc",
"target": "es5",
// "module": "commonjs",
"module": "commonjs",
"moduleResolution": "node",
// "noEmit": true,
"sourceMap": true,
"declaration": false,
// "noImplicitAny": false,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"lib": ["es2015", "dom"],
"typeRoots" : [
"./node_modules/@types"
],
// "types": [
// "jasmine",
// "node",
// "webpack",
// "webpack-env"
// ]
]
},
"include": [
"src/**/*.ts"
Expand Down

0 comments on commit e3c00d1

Please sign in to comment.