소스 검색

Use node instead of requirejs

Steven Silvester 8 년 전
부모
커밋
7f7f07b2f9
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      package.json
  2. 1 1
      test/src/tsconfig.json

+ 0 - 1
package.json

@@ -31,7 +31,6 @@
     "@types/mathjax": "0.0.31",
     "@types/mocha": "^2.2.32",
     "@types/node": "0.0.1",
-    "@types/requirejs": "^2.1.28",
     "@types/sanitize-html": "^1.13.31",
     "awesome-typescript-loader": "^2.2.4",
     "concurrently": "^2.0.0",

+ 1 - 1
test/src/tsconfig.json

@@ -6,7 +6,7 @@
     "module": "commonjs",
     "moduleResolution": "node",
     "target": "ES5",
-    "types": ["mocha", "expect.js", "requirejs"],
+    "types": ["mocha", "expect.js", "node"],
     "outDir": "../build",
     "sourceMap": true
   }