2020-07-14 15:24:17 -04:00
|
|
|
{
|
2020-07-22 12:29:39 -04:00
|
|
|
"incremental": true,
|
2020-07-14 15:24:17 -04:00
|
|
|
"typescript": {
|
|
|
|
"deno": true
|
|
|
|
},
|
|
|
|
"markdown": {
|
2021-03-10 08:17:24 -05:00
|
|
|
"deno": true
|
|
|
|
},
|
|
|
|
"json": {
|
|
|
|
"deno": true
|
2020-07-14 15:24:17 -04:00
|
|
|
},
|
2022-02-21 12:47:08 -05:00
|
|
|
"exec": {
|
|
|
|
"associations": "**/*.rs",
|
|
|
|
"rustfmt": "rustfmt"
|
|
|
|
},
|
2021-12-09 17:12:21 -05:00
|
|
|
"includes": [
|
2022-02-21 12:47:08 -05:00
|
|
|
"**/*.{ts,tsx,js,jsx,json,md,toml,rs}"
|
2021-12-09 17:12:21 -05:00
|
|
|
],
|
2020-07-14 15:24:17 -04:00
|
|
|
"excludes": [
|
|
|
|
".cargo_home",
|
2020-11-09 14:56:43 -05:00
|
|
|
".git",
|
2022-01-18 06:58:50 -05:00
|
|
|
"cli/bench/testdata/express-router.js",
|
2020-09-25 10:21:34 -04: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 10:20:47 -04:00
|
|
|
"cli/tests/testdata/badly_formatted.json",
|
2022-01-17 20:10:17 -05:00
|
|
|
"cli/tests/testdata/badly_formatted.md",
|
2021-08-16 03:28:29 -04:00
|
|
|
"cli/tests/testdata/byte_order_mark.ts",
|
2022-01-17 20:10:17 -05:00
|
|
|
"cli/tests/testdata/encoding",
|
2021-09-13 14:19:10 -04:00
|
|
|
"cli/tests/testdata/fmt/*",
|
2022-01-16 10:48:32 -05:00
|
|
|
"cli/tests/testdata/import_assertions/json_with_shebang.json",
|
2022-01-17 20:10:17 -05:00
|
|
|
"cli/tests/testdata/inline_js_source_map*",
|
|
|
|
"cli/tests/testdata/malformed_config/*",
|
2021-11-15 09:58:04 -05:00
|
|
|
"cli/tests/testdata/test/markdown_windows.md",
|
2020-07-22 12:03:46 -04:00
|
|
|
"cli/tsc/*typescript.js",
|
2020-07-16 15:57:19 -04:00
|
|
|
"gh-pages",
|
2020-07-14 15:24:17 -04:00
|
|
|
"target",
|
2022-01-17 20:10:17 -05:00
|
|
|
"test_util/std",
|
|
|
|
"test_util/wpt",
|
2021-01-27 09:06:18 -05:00
|
|
|
"third_party",
|
|
|
|
"tools/wpt/expectation.json",
|
|
|
|
"tools/wpt/manifest.json"
|
2020-07-14 15:24:17 -04:00
|
|
|
],
|
|
|
|
"plugins": [
|
2022-01-04 17:02:56 -05:00
|
|
|
"https://plugins.dprint.dev/typescript-0.61.0.wasm",
|
|
|
|
"https://plugins.dprint.dev/json-0.14.0.wasm",
|
2022-01-19 19:04:33 -05:00
|
|
|
"https://plugins.dprint.dev/markdown-0.12.1.wasm",
|
2022-02-21 12:47:08 -05:00
|
|
|
"https://plugins.dprint.dev/toml-0.5.3.wasm",
|
|
|
|
"https://plugins.dprint.dev/exec-0.1.1.exe-plugin@42d3e30a14370b1a33dcc82c78528bd08979f2d4275014087d53472d3e229c62"
|
2020-07-14 15:24:17 -04:00
|
|
|
]
|
|
|
|
}
|