Skip to content

Commit c9ed02b

Browse files
author
Duane Millar Barlow
committedMay 26, 2022
add ts-node tsconfig.json
1 parent e997d9d commit c9ed02b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
"scripts": {
2929
"test": "yarn test:typecheck & yarn test:lint & yarn test:mocha",
30-
"test:mocha": "mkdir -p test/output && mocha --conditions=mocha",
30+
"test:mocha": "mkdir -p test/output && mocha --conditions=mocha --files",
3131
"test:lint": "eslint src test",
3232
"test:typecheck": "yarn tsc --noEmit",
3333
"prepublishOnly": "rm -rf dist && rollup -c && tsc",

‎tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"dom"
88
],
99
"strict": true,
10-
"stripInternal": true,
1110
"outDir": "dist",
1211
"allowJs": true,
1312
"resolveJsonModule": true,
@@ -16,5 +15,6 @@
1615
"@observablehq/plot": ["./src/index.js"]
1716
}
1817
},
18+
"ts-node": { "files": true },
1919
"include": ["src/**/*"]
2020
}

0 commit comments

Comments
 (0)