factorio-test
v2.0.0
Published
Type definitions for using Factorio Test with TypescriptToLua
Downloads
11
Readme
Factorio Test types
Contains types for Factorio Test, for use with TypescriptToLua and typed-factorio.
To use, install the factorio-test npm package:
npm install --save-dev factorio-testAdd this to your tsconfig.json:
{
"compilerOptions": {
"types": [
"factorio-test"
]
}
}