blob: a5f8cb13bc2ce83c4f7497e2fd46d6c5e2278ce7 [file] [log] [blame]
{
"compilerOptions": {
"strict": true,
"types": [
"node",
"source-map"
],
"lib": [
"dom",
"es5",
"es2015.core",
"es2015.collection"
],
"plugins": [
// Run `bazel build internal/tsetse:language_service_plugin` for this to work.
{
"name": "../../bazel-bin/internal/tsetse/language_service_plugin.js"
}
]
}
}