@types パッケージ (DefinitelyTyped)
@typesを使う
@typesを使うnpm install @types/jquery --save-devグローバル @types
@typesモジュール @types
@typesimport * as $ from "jquery";
// Use $ at will in this module :)グローバルの制御
最終更新
@typesを使うnpm install @types/jquery --save-dev@types@typesimport * as $ from "jquery";
// Use $ at will in this module :)最終更新
{
"compilerOptions": {
"types" : [
"jquery"
]
}
}