{ "include": [ "./src/**/*" ], "compilerOptions": { "target": "ES6", "module": "ES2015", "lib": ["dom","ES2015"], "outDir": "./dist", "strict": false } }