{ "compilerOptions": { "alwaysStrict": true, "target": "ES6", "module": "CommonJS", "removeComments": true, "moduleResolution": "node", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "baseUrl": ".", "paths": { "*": [ "node_modules/*" ] } }, }