From 9d3130acdcd802bb6425d9fbe9d640d989f87163 Mon Sep 17 00:00:00 2001 From: Gerhard Seidel Date: Sat, 26 Sep 2020 18:28:07 +0200 Subject: [PATCH] Fix validation --- enhavo/app-bundle/0.9/tsconfig.json | 30 ++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/enhavo/app-bundle/0.9/tsconfig.json b/enhavo/app-bundle/0.9/tsconfig.json index 65764146..794984fb 100644 --- a/enhavo/app-bundle/0.9/tsconfig.json +++ b/enhavo/app-bundle/0.9/tsconfig.json @@ -1,16 +1,16 @@ { - "compilerOptions": { - "lib": [ "es2015", "dom" ], - "module": "amd", - "target": "es5", - "allowJs": true, - "noImplicitAny": true, - "suppressImplicitAnyIndexErrors": true, - "moduleResolution": "node", - "sourceMap": true, - "experimentalDecorators": true - }, - "include": [ - "./assets/**/*" - ] -} \ No newline at end of file + "compilerOptions": { + "lib": [ "es2015", "dom" ], + "module": "amd", + "target": "es5", + "allowJs": true, + "noImplicitAny": true, + "suppressImplicitAnyIndexErrors": true, + "moduleResolution": "node", + "sourceMap": true, + "experimentalDecorators": true + }, + "include": [ + "./assets/**/*" + ] +}