Merge commit

This commit is contained in:
Pax1601
2023-10-05 10:04:40 +02:00
10 changed files with 90 additions and 35 deletions

View File

@@ -1,5 +1,6 @@
import { OlympusPlugin } from "interfaces";
const SHOW_CONTROL_TIPS = "Show control tips"
export class ControlTipsPlugin implements OlympusPlugin {

View File

@@ -99,6 +99,6 @@
},
"include": [
"src/*.ts",
"../../@types/*.d.ts"
"../../@types/olympus/*.d.ts"
]
}