update tsconfig

This commit is contained in:
2024-04-14 18:16:55 +02:00
parent 7449d5e316
commit 3138ec130d
4 changed files with 107 additions and 38 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartscaf",
"version": "4.0.15",
"private": false,
"description": "scaffold projects quickly",
"description": "A project aimed at quickly scaffolding projects with support for TypeScript, smart file handling, and template rendering.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
@@ -21,9 +21,14 @@
},
"homepage": "https://gitlab.com/pushrocks/smartscaf#README",
"keywords": [
"scaffold",
"polymer",
"npm"
"typescript",
"scaffolding",
"template rendering",
"file handling",
"project setup",
"smart interaction",
"yaml",
"cli tool"
],
"devDependencies": {
"@gitzone/tsbuild": "^2.1.66",
@@ -59,4 +64,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}