Enable ts-node files to pull in readability.d.ts

This commit is contained in:
Jackson Harper 2023-01-11 23:59:27 +08:00
parent ee8bad424b
commit 7263e91d6b

View file

@ -1,5 +1,6 @@
{
"extends": "./../../tsconfig.json",
"ts-node": { "files": true },
"compilerOptions": {
"outDir": "build",
"rootDir": ".",