mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-26 04:34:32 +00:00
* Get emmet completions from html,css extensions * Resolve extensionsPath, use emmet results even if empty * Support css abbr with : * Refactoring * Add some basic emmet tests * Refactoring * More tests
12 lines
163 B
JSON
12 lines
163 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"outDir": "./out",
|
|
"noUnusedLocals": true,
|
|
"lib": [
|
|
"es2016"
|
|
],
|
|
"strict": true
|
|
}
|
|
} |