vscode/build/npm/jsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
137 B
JSON
Raw Normal View History

2022-02-28 23:06:43 +00:00
{
"compilerOptions": {
"target": "es2020",
"lib": [
"ES2020"
],
"module": "node16",
2022-02-28 23:06:43 +00:00
"checkJs": true,
"noEmit": true
}
}