socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

tsconfig.json (389B)


      1 {
      2   "compileOnSave": false,
      3   "compilerOptions": {
      4     "outDir": "./dist/out-tsc",
      5     "sourceMap": true,
      6     "declaration": false,
      7     "moduleResolution": "node",
      8     "emitDecoratorMetadata": true,
      9     "experimentalDecorators": true,
     10     "target": "es5",
     11     "skipLibCheck": true,
     12     "typeRoots": [
     13       "node_modules/@types"
     14     ],
     15     "lib": [
     16       "es2017",
     17       "dom"
     18     ]
     19   }
     20 }