mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
15 lines
197 B
JSON
15 lines
197 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"target": "ES2022",
|
|
"lib": [
|
|
"ES2022"
|
|
],
|
|
"noEmit": true,
|
|
"strict": true
|
|
},
|
|
"ts-node": {
|
|
"esm": true
|
|
}
|
|
} |