mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
9 lines
135 B
JSON
9 lines
135 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"target": "es2015",
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["."]
|
|
}
|