{ "compilerOptions": { "target": "ES6", "module": "ES6", "outDir": "./dist/", "sourceMap": true, "allowJs": true, "strict": true, "strictNullChecks": true, "noImplicitAny": true, "skipLibCheck": true, "moduleResolution": "node", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "preserveSymlinks": true }, "include": [ "src/**/*" ] }