Browse Source

drop global tsconfig.json

Mokhtar Naamani 4 years ago
parent
commit
e896fe0b53
4 changed files with 1 additions and 37 deletions
  1. 0 1
      devops/tsconfig/index.js
  2. 0 22
      devops/tsconfig/package.json
  3. 0 13
      devops/tsconfig/tsconfig.json
  4. 1 1
      tsconfig.json

+ 0 - 1
devops/tsconfig/index.js

@@ -1 +0,0 @@
-module.exports = require('./tsconfig')

+ 0 - 22
devops/tsconfig/package.json

@@ -1,22 +0,0 @@
-{
-  "name": "@joystream/tsconfig",
-  "version": "1.0.0",
-  "description": "joystream shared tsconfig",
-  "main": "index.js",
-  "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
-  },
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/joystream/joystream.git"
-  },
-  "author": "Joystream contributors",
-  "license": "MIT",
-  "bugs": {
-    "url": "https://github.com/joystream/joystream/issues"
-  },
-  "homepage": "https://github.com/joystream/joystream#readme",
-  "peerDependencies": {
-    "typescript": ">= 3.7.2"
-  }
-}

+ 0 - 13
devops/tsconfig/tsconfig.json

@@ -1,13 +0,0 @@
-{
-  "compilerOptions": {
-    "declaration": true,
-    "importHelpers": true,
-    "module": "commonjs",
-    "strict": true,
-    "target": "esnext",
-    "esModuleInterop": true,
-    "types": ["node"],
-    "resolveJsonModule": true,
-    "forceConsistentCasingInFileNames": true
-  }
-}

+ 1 - 1
tsconfig.json

@@ -1,3 +1,3 @@
 {
-    // "extends": "./node_modules/@joystream/tsconfig/tsconfig",
+
 }