2.0.0 • Published 1 year ago
factorio-test v2.0.0
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"
]
}
}