Codebase list node-moment / 8f6cc696-febb-4f7a-be1c-53489030d4ec/main ts3.1-typing-tests / tsconfig.json
8f6cc696-febb-4f7a-be1c-53489030d4ec/main

Tree @8f6cc696-febb-4f7a-be1c-53489030d4ec/main (Download .tar.gz)

tsconfig.json @8f6cc696-febb-4f7a-be1c-53489030d4ec/mainraw · history · blame

{
  "compileOnSave": false,
  "compilerOptions": {
    "module": "commonjs",
    "noEmit": true,
    "noImplicitAny": true,
    "strictNullChecks": true,
    "lib": ["ES2015"],
  },
  "files": [
    "../ts3.1-typings/moment.d.ts",
    "./moment-tests.ts"
  ],
}