mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 08:02:13 +03:00
17 lines
297 B
JSON
17 lines
297 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES5",
|
||
|
"strict": true,
|
||
|
"allowJs": true,
|
||
|
"esModuleInterop": true,
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"types": ["@types"]
|
||
|
},
|
||
|
"declaration": true,
|
||
|
"declarationDir": "../webview-dist",
|
||
|
"rootDir": "./"
|
||
|
},
|
||
|
"include": ["./"]
|
||
|
}
|