UNPKG
@h3poteto/tauri-snap-packager
Version:
latest (0.2.1)
0.2.1
0.2.0
Snap packager for Tauri.
github.com/h3poteto/tauri-snap-packager
h3poteto/tauri-snap-packager
@h3poteto/tauri-snap-packager
/
tsconfig.json
14 lines
(13 loc)
•
231 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"outDir"
:
"build"
,
"target"
:
"ES5"
,
"module"
:
"commonjs"
,
"moduleResolution"
:
"node"
,
"resolveJsonModule"
:
true
,
"esModuleInterop"
:
true
}
,
"include"
:
[
"src/index.ts"
]
}