mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
55 lines
811 B
JSON
55 lines
811 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"DOM",
|
|
"DOM.Iterable",
|
|
"ESNext"
|
|
]
|
|
},
|
|
"importMap": "./import_map.json",
|
|
"workspace": [
|
|
"./archive",
|
|
"./assert",
|
|
"./async",
|
|
"./bytes",
|
|
"./cache",
|
|
"./cbor",
|
|
"./cli",
|
|
"./collections",
|
|
"./crypto",
|
|
"./csv",
|
|
"./data_structures",
|
|
"./datetime",
|
|
"./dotenv",
|
|
"./encoding",
|
|
"./expect",
|
|
"./fmt",
|
|
"./front_matter",
|
|
"./fs",
|
|
"./html",
|
|
"./http",
|
|
"./ini",
|
|
"./internal",
|
|
"./io",
|
|
"./json",
|
|
"./jsonc",
|
|
"./log",
|
|
"./media_types",
|
|
"./msgpack",
|
|
"./net",
|
|
"./path",
|
|
"./random",
|
|
"./regexp",
|
|
"./semver",
|
|
"./streams",
|
|
"./tar",
|
|
"./testing",
|
|
"./text",
|
|
"./toml",
|
|
"./ulid",
|
|
"./uuid",
|
|
"./webgpu",
|
|
"./yaml"
|
|
]
|
|
}
|