mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 15:25:47 +01:00
2e81391ad3
Adopting for configuration-editing, emmet, grunt, jake, and npm
11 lines
148 B
JSON
11 lines
148 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {},
|
|
"exclude": [
|
|
"./src/test/**"
|
|
],
|
|
"files": [
|
|
"./src/browser/emmetBrowserMain.ts"
|
|
]
|
|
}
|