UNPKG
deno-importmap
Version:
latest (0.2.1)
0.2.1
0.1.6
0.1.5
0.1.4
0.1.0
Resolve specifiers with import maps.
github.com/dalcib/deno-importmap
dalcib/deno-importmap
deno-importmap
/
tsconfig.json
12 lines
•
249 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"module"
:
"ESNext"
,
"target"
:
"ESNext"
,
"outDir"
:
"lib"
,
"declarationDir"
:
"lib"
,
"declaration"
:
true
,
"moduleResolution"
:
"node"
,
"allowSyntheticDefaultImports"
:
true
}
,
"files"
:
[
"mod.ts"
]
}