mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
12 lines
207 B
JSON
12 lines
207 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"checkJs": true,
|
|
"module": "preserve",
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"experimentalDecorators": true,
|
|
"types": ["vite/client"]
|
|
}
|
|
}
|