mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-17 07:31:52 +03:00
1f98853573
Co-authored-by: Lucas Nogueira <lucas@tauri.studio> Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com> Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com> Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: david <david@lemarier.ca> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: chip <chip@chip.sh>
17 lines
301 B
JSON
17 lines
301 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"types": ["@types"]
|
|
},
|
|
"declaration": true,
|
|
"declarationDir": "dist",
|
|
"rootDir": "src",
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["./src"]
|
|
}
|