chore: make template ts

This commit is contained in:
caele
2025-11-25 18:52:52 +01:00
parent 182c51f182
commit 64b4662888
4 changed files with 4 additions and 2 deletions

View File

@@ -30,11 +30,13 @@
"@nebula.js/cli-sense": "<%= nebulaVersion %>",
"@playwright/test": "^1.28.1",
"@qlik/sdk": "^0.28.0",
"@rollup/plugin-typescript": "^12.1.1",
"eslint": "7.27.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-mocha": "9.0.0",
"ts-json-schema-generator": "^2.3.0",
"tslib": "^2.8.1",
"typescript": "^5.3.0"
},
"peerDependencies": {

View File

@@ -1,6 +1,6 @@
module.exports = {
build: {
// Standard nebula build configuration
typescript: true,
},
spec: {
input: 'src/PropertyDef.ts',

View File

@@ -16,7 +16,7 @@ const properties = {
title: '',
subtitle: '',
footnote: '',
color: 'auto',
color: 'auto' as const,
enableSelection: true,
};