Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

RPGツクールMVに標準搭載されているJavaScriptを、TypeScriptで扱うための型定義ファイルです。

License

NotificationsYou must be signed in to change notification settings

Narazaka/rpgmakermv_typescript_dts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPGツクールMVに標準搭載されているJavaScriptを、TypeScriptで扱うための型定義ファイルです。

対象バージョン

1.5.2

利用方法

npm install rpgmakermv_typescript_dts

tsconfig.json

{"compilerOptions": {"target":"es5"  }}

or ...

{"compilerOptions": {"target":"es5","forceConsistentCasingInFileNames":true,"noImplicitAny":true,"noImplicitThis":true,"noImplicitReturns":true,"noImplicitUseStrict":true,"noUnusedLocals":true,"noUnusedParameters":true,"removeComments":false,"preserveConstEnums":true,"sourceMap":false,"strictNullChecks":true  },"exclude": ["node_modules"  ]}

then foo.ts

/// <reference types="rpgmakermv_typescript_dts" />constparams=PluginManager.parameters("fooplugin");...

License

MIT License

About

RPGツクールMVに標準搭載されているJavaScriptを、TypeScriptで扱うための型定義ファイルです。

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp