mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
11 lines
218 B
JSON
11 lines
218 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"rootDir": ".",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["index.ts", "index.d.ts"]
|
|
}
|