mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
20 lines
347 B
JSON
20 lines
347 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"module": "esnext",
|
|
"target": "es6",
|
|
"allowJs": true,
|
|
"pretty": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true
|
|
},
|
|
"baseUrl": ".",
|
|
"exclude": [
|
|
"__fixtures__",
|
|
"**/dist/**",
|
|
"**/bin/**"
|
|
]
|
|
}
|