freifunksearch

Moved to https://github.com/FreifunkSearchProjekt
git clone git://archive.git.mtrnord.blog/MTRNord/freifunksearch.git
Log | Files | Refs | README | LICENSE

tsconfig.spec.json (304B)


      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   ],
     16   "include": [
     17     "**/*.spec.ts",
     18     "**/*.d.ts"
     19   ]
     20 }