{ "extends": "../tsconfig.json", "compilerOptions": { "module": "esnext", "declaration": true, "strict": true, "alwaysStrict": true, "noImplicitAny": true, "strictNullChecks": true, "skipLibCheck": true, // Temp workaround for Duplicate identifier tsc errors, "removeComments": false } }