mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
The nodenext module resolution was only passed to ts-node, but vscode didn't see it. Use a dedicated tsconfig.json for vscode as well as ts-node.
9 lines
134 B
JSON
9 lines
134 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "nodenext",
|
|
"target": "esnext",
|
|
},
|
|
"include": [
|
|
"*.mts"
|
|
],
|
|
}
|