Files
suwayomi-material-you-webui/tools/scripts/tsconfig.json
schroda 50e53dedc3 Replace "ts-node" with "tsx"
"ts-node" has problems with "esm" and "path-aliases"
2024-12-25 14:38:27 +01:00

10 lines
128 B
JSON

{
"extends": "../../tsconfig.json",
"include": [
"./*"
],
"compilerOptions": {
"moduleResolution": "node"
}
}