closes #873 Also switch Protractor back to JS for now. Conversion not worth it because of ambient type conflicts, until Protractor ships with its own typings. Also remove some unneeded type <reference>s from examples and guide.
17 lines
314 B
JSON
17 lines
314 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"module": "system",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"removeComments": false
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"typings/main.d.ts",
|
|
"typings/main"
|
|
]
|
|
}
|