🫢Mini Website with TypeScript, html, .d.ts, cấu hình nodemon.json (ok)
https://github.com/bobbyhadz/typescript-property-does-not-exist-on-type-window

package.json
{
"name": "ts_browser_test___",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"parcel-bundler": "^1.12.5",
"typescript": "^5.3.3"
}
}
tsconfig.json
index.html
src\index.ts
src\types\index.d.ts

Previous😍 Không hiểu tại sao khi sử dụng nodemon.json nó mới chạy được?NextProperty does not exist on type Window in TypeScript [Fixed]
Last updated
Was this helpful?