Refactoring: finish move to 'src' directory

This commit is contained in:
Pieter Vander Vennet 2023-07-15 18:04:30 +02:00
parent e75d2789d2
commit 1bba106a86
158 changed files with 7715 additions and 7241 deletions

View file

@ -1,5 +1,5 @@
import { Utils } from "../Utils"
import * as meta from "../package.json"
import * as meta from "../../package.json"
export type PriviligedLayerType = (typeof Constants.priviliged_layers)[number]