-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
20 lines (20 loc) · 891 Bytes
/
deno.json
File metadata and controls
20 lines (20 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"imports": {
"@angular/common": "https://esm.sh/*@angular/common@17.3.12?dev",
"@angular/common/": "https://esm.sh/*@angular/common@17.3.12&dev/",
"@angular/compiler": "https://esm.sh/*@angular/compiler@17.3.12?dev",
"@angular/core": "https://esm.sh/*@angular/core@17.3.12?dev",
"@angular/core/": "https://esm.sh/*@angular/core@17.3.12&dev/",
"@angular/forms": "https://esm.sh/*@angular/forms@17.3.12?dev",
"@angular/platform-browser": "https://esm.sh/*@angular/platform-browser@17.3.12?dev",
"zone.js": "https://esm.sh/*zone.js@~0.14.0?dev",
"rxjs": "https://esm.sh/*rxjs@^7.4.0?dev",
"rxjs/": "https://esm.sh/*rxjs@^7.4.0&dev/",
"tslib": "https://esm.sh/*tslib@^2.3.0?dev"
},
"compilerOptions": {
"erasableSyntaxOnly": true,
"experimentalDecorators": true,
"lib": ["esnext", "dom", "dom.iterable", "dom.asynciterable"]
}
}