{ "compilerOptions": { "allowJs": false, "esModuleInterop": false, "allowSyntheticDefaultImports": true, "strictNullChecks": true, "alwaysStrict": true, "noImplicitAny": true, "strictBindCallApply": false, "noEmit": true, "paths": { "@/*": ["./src/*"] } }, "files": [], "include": [], "references": [ { "path": "./tsconfig.lib.json" }, { "path": "./tsconfig.spec.json" } ], "extends": "../../tsconfig.base.json" }