2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-09-19 08:49:01 +00:00

Update typings file location

This commit is contained in:
Tomas Kirda 2023-10-10 18:53:52 -05:00
parent abbdea0901
commit 6e9a54fb7d
3 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"homepage": "https://github.com/devbridge/jQuery-Autocomplete", "homepage": "https://github.com/devbridge/jQuery-Autocomplete",
"author": "Tomas Kirda (https://twitter.com/tkirda)", "author": "Tomas Kirda (https://twitter.com/tkirda)",
"main": "dist/jquery.autocomplete.js", "main": "dist/jquery.autocomplete.js",
"types": "./typings/jquery-autocomplete/jquery.autocomplete.d.ts", "types": "./typings/jquery.autocomplete.d.ts",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"format": "prettier --write ./src/**" "format": "prettier --write ./src/**"

View File

@ -1,4 +1,4 @@
///<reference path="../jquery-autocomplete/jquery.autocomplete.d.ts" /> ///<reference path="./jquery.autocomplete.d.ts" />
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
// --------------------------------- WEBSITE EXAMPLE -------------------------------------- // --------------------------------- WEBSITE EXAMPLE --------------------------------------