mirror of
https://github.com/larsbaunwall/vscode-copilot-bridge.git
synced 2025-10-05 22:22:59 +00:00
13 lines
252 B
JSON
13 lines
252 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "commonjs",
|
|
"lib": ["ES2020"],
|
|
"outDir": "out",
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"types": ["node", "vscode"]
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|