blob: e9bb0442be0a48770c49169be59b5b1b2d53ceaa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"tempDir": true,
"steps": [
{
"args": "install --import-map=./import_map.json",
"output": "install.out"
},
{
"args": "run -A --import-map=./import_map.json main.ts",
"output": "main.out"
}
]
}
|