mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-14 23:18:36 +00:00
11 lines
148 B
JSON
11 lines
148 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {},
|
|
"exclude": [
|
|
"./src/test/**"
|
|
],
|
|
"files": [
|
|
"./src/browser/emmetBrowserMain.ts"
|
|
]
|
|
}
|