# HG changeset patch # User Lucas Thompson # Date 1493146901 -3600 # Node ID b0c5c1b28405c583afb1e3f7dcc48efec1353ea5 # Parent 53ea6406d601723e5dc033dd8cd551c0aafcbafc Missing root tsconfig diff -r 53ea6406d601 -r b0c5c1b28405 tsconfig.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tsconfig.json Tue Apr 25 20:01:41 2017 +0100 @@ -0,0 +1,20 @@ +{ + "compileOnSave": false, + "compilerOptions": { + "outDir": "./dist/out-tsc", + "baseUrl": "src", + "sourceMap": true, + "declaration": false, + "moduleResolution": "node", + "emitDecoratorMetadata": true, + "experimentalDecorators": true, + "target": "es2015", + "typeRoots": [ + "node_modules/@types" + ], + "lib": [ + "es2016", + "dom" + ] + } +}