{ "extends": "../tsconfig.base.json", "compilerOptions": { "removeComments": true, // outFile is not compatible with all module loaders, including CommonJS "module": "commonjs" }, "files": [ "app.ts" ] }