Post Content
diff --git a/theme.yaml b/theme.yaml
index 3a81e46..1558b8f 100644
--- a/theme.yaml
+++ b/theme.yaml
@@ -13,5 +13,5 @@ spec:
repo: https://git.dev.cm/theme-terminal
settingName: "theme-terminal-setting"
configMapName: "theme-terminal-configMap"
- version: 1.1.10c
+ version: 1.2.1
require: ">=2.22.0"
diff --git a/tsconfig.json b/tsconfig.json
index 4672ccf..c8daa72 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -16,5 +16,5 @@
"noImplicitReturns": true,
"skipLibCheck": true
},
- "include": ["src", "./env.d.ts"]
+ "include": ["types", "src", "./env.d.ts"]
}