Uncaught SyntaxError: private fields are not currently supported
Uncaught SyntaxError: private fields are not currently supported
scriptタグでjquery読み込ますならこっちなのかしら
```
import jQuery from '@types/jquery';
declare global {
interface Window {
jQuery: typeof jQuery;
$: typeof jQuery;
}
}
```
$ npm i -D @types/jquery
```
import $ from "jquery";
// or
import $ = require("jquery");
```
https://stackoverflow.com/questions/32050645/how-to-use-jquery-with-typescript
このアカウントは、notestockで公開設定になっていません。
macOSのデスクトップ背景をWebViewにするやつ、去年の11月に作ってそのままSSDにほっぽってたのに気づいたのでちょっと使いやすくして公開しました
https://github.com/rinsuki/MagicWall
このアカウントは、notestockで公開設定になっていません。