add tsconfig.json for better VS Code tooltips
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"allowJs": true,
|
||||||
|
"checkJs": true,
|
||||||
|
"noEmit": true,
|
||||||
|
"module": "NodeNext",
|
||||||
|
"moduleResolution": "NodeNext",
|
||||||
|
"target": "ES2022",
|
||||||
|
"strict": true
|
||||||
|
},
|
||||||
|
"include": ["**/*.js", "**/*.d.ts"]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user