{ "compilerOptions": { "lib": ["es2018", "dom"], "sourceMap": true, "jsx": "react", "esModuleInterop": true, "allowJs": true, "allowSyntheticDefaultImports": true, "target": "ES2015", "baseUrl": ".", "downlevelIteration": true, "module": "commonJS", "paths": { "*": [ "modules/*", "web/app/*", "node_modules/*" ] } }, "includes": [ "./externals.d.ts" ] }