Prechádzať zdrojové kódy

Remove superfluous tsconfig.

Afshin Darian 8 rokov pred
rodič
commit
af9a13ef5a
1 zmenil súbory, kde vykonal 0 pridanie a 16 odobranie
  1. 0 16
      src/filebrowser/tsconfig.json

+ 0 - 16
src/filebrowser/tsconfig.json

@@ -1,16 +0,0 @@
-{
-  "compilerOptions": {
-    "declaration": true,
-    "noImplicitAny": true,
-    "noEmitOnError": true,
-    "module": "commonjs",
-    "moduleResolution": "node",
-    "target": "ES5",
-    "outDir": "../lib"
-  },
-  "files": [
-    "../typings/es6-promise.d.ts",
-    "../typings/moment/moment.d.ts",
-    "index.ts"
-  ]
-}