2020-07-14 19:24:17 +00:00
|
|
|
{
|
2020-07-22 16:29:39 +00:00
|
|
|
"incremental": true,
|
2020-07-14 19:24:17 +00:00
|
|
|
"typescript": {
|
|
|
|
"deno": true
|
|
|
|
},
|
|
|
|
"markdown": {
|
2021-03-10 13:17:24 +00:00
|
|
|
"deno": true
|
|
|
|
},
|
|
|
|
"json": {
|
|
|
|
"deno": true
|
2020-07-14 19:24:17 +00:00
|
|
|
},
|
2021-12-09 22:12:21 +00:00
|
|
|
"includes": [
|
|
|
|
"**/*.{ts,tsx,js,jsx,json,md,toml}"
|
|
|
|
],
|
2020-07-14 19:24:17 +00:00
|
|
|
"excludes": [
|
|
|
|
".cargo_home",
|
2020-11-09 19:56:43 +00:00
|
|
|
".git",
|
2020-09-25 14:21:34 +00:00
|
|
|
"cli/dts/lib.d.ts",
|
|
|
|
"cli/dts/lib.dom*",
|
|
|
|
"cli/dts/lib.es*",
|
|
|
|
"cli/dts/lib.scripthost.d.ts",
|
|
|
|
"cli/dts/lib.webworker*.d.ts",
|
|
|
|
"cli/dts/typescript.d.ts",
|
2021-08-11 14:20:47 +00:00
|
|
|
"cli/tests/testdata/encoding",
|
|
|
|
"cli/tests/testdata/inline_js_source_map*",
|
|
|
|
"cli/tests/testdata/badly_formatted.md",
|
|
|
|
"cli/tests/testdata/badly_formatted.json",
|
2021-08-16 07:28:29 +00:00
|
|
|
"cli/tests/testdata/byte_order_mark.ts",
|
2021-09-13 18:19:10 +00:00
|
|
|
"cli/tests/testdata/fmt/*",
|
2021-11-15 14:58:04 +00:00
|
|
|
"cli/tests/testdata/test/markdown_windows.md",
|
2020-07-22 16:03:46 +00:00
|
|
|
"cli/tsc/*typescript.js",
|
2021-02-02 11:05:46 +00:00
|
|
|
"test_util/std",
|
2021-01-05 11:07:27 +00:00
|
|
|
"test_util/wpt",
|
2020-07-16 19:57:19 +00:00
|
|
|
"gh-pages",
|
2020-07-14 19:24:17 +00:00
|
|
|
"target",
|
2021-01-27 14:06:18 +00:00
|
|
|
"third_party",
|
|
|
|
"tools/wpt/expectation.json",
|
|
|
|
"tools/wpt/manifest.json"
|
2020-07-14 19:24:17 +00:00
|
|
|
],
|
|
|
|
"plugins": [
|
2021-12-09 22:12:21 +00:00
|
|
|
"https://plugins.dprint.dev/typescript-0.60.0.wasm",
|
2021-11-19 17:54:41 +00:00
|
|
|
"https://plugins.dprint.dev/json-0.13.2.wasm",
|
|
|
|
"https://plugins.dprint.dev/markdown-0.11.3.wasm",
|
|
|
|
"https://plugins.dprint.dev/toml-0.5.3.wasm"
|
2020-07-14 19:24:17 +00:00
|
|
|
]
|
|
|
|
}
|