mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-04 13:48:01 +02:00
enable type declarations
This commit is contained in:
+3
-1
@@ -12,7 +12,9 @@
|
||||
"pretty": true,
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"target": "ES2019"
|
||||
"target": "ES2019",
|
||||
"declaration": true,
|
||||
"declarationDir": "dist"
|
||||
},
|
||||
"exclude": ["dist", "node_modules", "test/types"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user