forked from MapComplete/MapComplete
Use vite-node instead of ts-node to run the scripts
This commit is contained in:
parent
112162e6c8
commit
04753f39c4
3 changed files with 180 additions and 65 deletions
|
@ -16,11 +16,10 @@
|
|||
"skipLibCheck": true
|
||||
},
|
||||
"ts-node": {
|
||||
"esm": true,
|
||||
"compilerOptions": {
|
||||
"isolatedModules": false,
|
||||
"esModuleInterop": true,
|
||||
"moduleResolution": "node",
|
||||
"module": "CommonJS"
|
||||
"esModuleInterop": true
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules", "test", "scripts"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue