UNPKG

yaml-language-server

Version:
13 lines (12 loc) 249 B
{ "extends": "./tsconfig.json", "compilerOptions": { "ignoreDeprecations": "6.0", "lib": ["webworker"], "module": "umd", "moduleResolution": "node10", "outDir": "./lib/umd", "rootDir": "./src" }, "include": ["src"] }