mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 16:11:38 +03:00
4334865266
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
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": ["./"]
|
|
}
|