diff --git a/apps/gpa-calculator/src/env.d.ts b/apps/gpa-calculator/src/env.d.ts new file mode 100644 index 0000000..1e870c1 --- /dev/null +++ b/apps/gpa-calculator/src/env.d.ts @@ -0,0 +1,4 @@ +/// +/// +/// +/// diff --git a/apps/gpa-calculator/src/script.ts b/apps/gpa-calculator/src/script.ts index 15c3e0b..59605d0 100644 --- a/apps/gpa-calculator/src/script.ts +++ b/apps/gpa-calculator/src/script.ts @@ -8,7 +8,6 @@ import "./styles/global.css"; import html from "html-template-tag"; -import type {} from "typed-query-selector/strict"; import { type Course, newCourse } from "./data/data-types.js"; import { clearAll, diff --git a/apps/gpa-calculator/tsconfig.json b/apps/gpa-calculator/tsconfig.json index 757e030..f268c54 100644 --- a/apps/gpa-calculator/tsconfig.json +++ b/apps/gpa-calculator/tsconfig.json @@ -32,12 +32,7 @@ "checkJs": false, "experimentalDecorators": false, "useDefineForClassFields": true, - "paths": {}, - "types": [ - "vite-plugin-pwa/vanillajs", - "vite/client", - "@total-typescript/ts-reset" - ] + "paths": {} }, "include": ["src/**/*.ts"], "exclude": ["node_modules"] diff --git a/apps/phs-map/src/env.d.ts b/apps/phs-map/src/env.d.ts new file mode 100644 index 0000000..1e870c1 --- /dev/null +++ b/apps/phs-map/src/env.d.ts @@ -0,0 +1,4 @@ +/// +/// +/// +/// diff --git a/apps/phs-map/src/script.ts b/apps/phs-map/src/script.ts index 8df4ced..272ea82 100644 --- a/apps/phs-map/src/script.ts +++ b/apps/phs-map/src/script.ts @@ -13,7 +13,6 @@ import "./styles/bounce.css"; import "./styles/style.css"; import html from "html-template-tag"; import * as PF from "pathfinding"; -import type {} from "typed-query-selector/strict"; import { createStorage, type Storage } from "unstorage"; import indexedDbDriver from "unstorage/drivers/indexedb"; import { fromZodError } from "zod-validation-error"; diff --git a/apps/phs-map/tsconfig.json b/apps/phs-map/tsconfig.json index 757e030..f268c54 100644 --- a/apps/phs-map/tsconfig.json +++ b/apps/phs-map/tsconfig.json @@ -32,12 +32,7 @@ "checkJs": false, "experimentalDecorators": false, "useDefineForClassFields": true, - "paths": {}, - "types": [ - "vite-plugin-pwa/vanillajs", - "vite/client", - "@total-typescript/ts-reset" - ] + "paths": {} }, "include": ["src/**/*.ts"], "exclude": ["node_modules"]