File tree Expand file tree Collapse file tree 6 files changed +10
-14
lines changed
Expand file tree Collapse file tree 6 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 1+ /// <reference types="vite/client" />
2+ /// <reference types="vite-plugin-pwa/vanillajs" />
3+ /// <reference types="@total-typescript/ts-reset" />
4+ /// <reference types="typed-query-selector/strict" />
Original file line number Diff line number Diff line change 88
99import "./styles/global.css" ;
1010import html from "html-template-tag" ;
11- import type { } from "typed-query-selector/strict" ;
1211import { type Course , newCourse } from "./data/data-types.js" ;
1312import {
1413 clearAll ,
Original file line number Diff line number Diff line change 3232 "checkJs" : false ,
3333 "experimentalDecorators" : false ,
3434 "useDefineForClassFields" : true ,
35- "paths" : {},
36- "types" : [
37- " vite-plugin-pwa/vanillajs" ,
38- " vite/client" ,
39- " @total-typescript/ts-reset"
40- ]
35+ "paths" : {}
4136 },
4237 "include" : [" src/**/*.ts" ],
4338 "exclude" : [" node_modules" ]
Original file line number Diff line number Diff line change 1+ /// <reference types="vite/client" />
2+ /// <reference types="vite-plugin-pwa/vanillajs" />
3+ /// <reference types="@total-typescript/ts-reset" />
4+ /// <reference types="typed-query-selector/strict" />
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import "./styles/bounce.css";
1313import "./styles/style.css" ;
1414import html from "html-template-tag" ;
1515import * as PF from "pathfinding" ;
16- import type { } from "typed-query-selector/strict" ;
1716import { createStorage , type Storage } from "unstorage" ;
1817import indexedDbDriver from "unstorage/drivers/indexedb" ;
1918import { fromZodError } from "zod-validation-error" ;
Original file line number Diff line number Diff line change 3232 "checkJs" : false ,
3333 "experimentalDecorators" : false ,
3434 "useDefineForClassFields" : true ,
35- "paths" : {},
36- "types" : [
37- " vite-plugin-pwa/vanillajs" ,
38- " vite/client" ,
39- " @total-typescript/ts-reset"
40- ]
35+ "paths" : {}
4136 },
4237 "include" : [" src/**/*.ts" ],
4338 "exclude" : [" node_modules" ]
You can’t perform that action at this time.
0 commit comments