mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: TypeScript 5.1 with Nx 16.6 migrations (#10338)
This commit is contained in:
11
tools/workspace-plugin/package.json
Normal file
11
tools/workspace-plugin/package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "@nativescript/workspace-plugin",
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"type": "commonjs",
|
||||
"main": "./src/index.js",
|
||||
"typings": "./src/index.d.ts",
|
||||
"generators": "./generators.json"
|
||||
}
|
||||
Reference in New Issue
Block a user