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.spec.json (324B)


      1 {
      2   "extends": "../tsconfig.json",
      3   "compilerOptions": {
      4     "outDir": "../out-tsc/spec",
      5     "baseUrl": "./",
      6     "module": "commonjs",
      7     "target": "es5",
      8     "types": [
      9       "jasmine",
     10       "node"
     11     ]
     12   },
     13   "files": [
     14     "test.ts",
     15     "polyfills.ts"
     16   ],
     17   "include": [
     18     "**/*.spec.ts",
     19     "**/*.d.ts"
     20   ]
     21 }