Commit 08bb4ba6 authored by aniket-engg's avatar aniket-engg

update for remix-analyzer tests

parent 2aaa47b2
import * as test from "tape"
import { default as test } from "tape"
import { helpers } from '@remix-project/remix-lib'
import { readFileSync } from 'fs'
import { join } from 'path'
......
import * as test from "tape"
import { default as test } from "tape"
import { helpers } from '@remix-project/remix-lib'
import { readFileSync } from 'fs'
import { join } from 'path'
......
......@@ -2,6 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": ["node"],
"esModuleInterop": true
},
"include": ["**/*.ts"]
}
......@@ -3,7 +3,7 @@
"compilerOptions": {
"types": ["node"],
"module": "commonjs",
"esModuleInterop": true,
"esModuleInterop": true
},
"include": ["**/*.ts"]
}
......@@ -9,7 +9,7 @@
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"module": "commonjs",
"typeRoots": ["node_modules/@types"],
"lib": ["es2017", "dom"],
"skipLibCheck": true,
......@@ -17,7 +17,7 @@
"baseUrl": ".",
"paths": {
"@remix-project/remix-analyzer": ["libs/remix-analyzer/index.ts"],
"@remix-project/remix-astwalker": ["dist/libs/remix-astwalker/src/index.ts"],
"@remix-project/remix-astwalker": ["libs/remix-astwalker/src/index.ts"],
"@remix-project/remix-debug": ["libs/remix-debug/index.js"],
"@remix-project/remix-lib": ["libs/remix-lib/index.js"],
"@remix-project/remix-simulator": ["libs/remix-simulator/index.js"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment