UNPKG
tauri-plugin-nosleep-api
Version:
latest (0.1.1)
0.1.1
0.1.0
0.1.0-rc.1
Tauri plugin to block the power save functionality in the OS
tauri-plugin-nosleep-api
/
webview-src
/
tsconfig.json
17 lines
(16 loc)
•
297 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"compilerOptions"
:
{
"target"
:
"ES5"
,
"strict"
:
true
,
"allowJs"
:
true
,
"esModuleInterop"
:
true
,
"baseUrl"
:
"."
,
"paths"
:
{
"types"
:
[
"@types"
]
}
,
"declaration"
:
true
,
"declarationDir"
:
"../webview-dist"
,
"rootDir"
:
"./"
}
,
"include"
:
[
"./"
]
}