susper.com/e2e/tsconfig.json
Nikhil Rayaprolu a9d7fb4223 initialising the angular project (#50)
* initialised angular2 project

* Deleting old files

* deploying to travis

* fixing the travis errors

* fixing the travis errors

* fixing the travis errors

* fixing the travis errors

* upgrading to newer version of angular-cli

* resolving travis errors

* resolving test errors in travis
2017-01-18 00:14:42 +01:00

16 lines
349 B
JSON
Executable file

{
"compileOnSave": false,
"compilerOptions": {
"declaration": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "commonjs",
"moduleResolution": "node",
"outDir": "../dist/out-tsc-e2e",
"sourceMap": true,
"target": "es5",
"typeRoots": [
"../node_modules/@types"
]
}
}