Files
stats/tooling/typescript/package.json
Carl-Gerhard Lindesvärd 4ddafcad07 add native and web sdks
2023-11-06 08:52:58 +01:00

14 lines
196 B
JSON

{
"name": "@mixan/tsconfig",
"version": "0.1.0",
"private": true,
"files": [
"base.json",
"sdk.json",
"tsup.config.json"
],
"devDependencies": {
"tsup": "^7.2.0"
}
}