diff --git a/tsconfig.json b/tsconfig.json index a7d3c31..964d487 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,16 +1,11 @@ -{ - "compilerOptions": { - - "target": "es5", - "module": "amd", - "strictNullChecks": false, - "outDir": "dist/", - "outFile": "dist/index.js", - "allowJs": true, - "noImplicitAny": false, - "strict": false - }, - "exclude": [ - "node_modules" - ] -} \ No newline at end of file +{ + "compilerOptions": { + "target": "es5", + "strictNullChecks": false, + "outDir": "dist/", + "allowJs": true, + "noImplicitAny": false, + "strict": false + }, + "exclude": ["node_modules"] +}