mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
* tslint: CRLF -> LF * gitignore more build artifacts * Add proposed .editorconfig * Allow for "clean" builds src/ts/generated/ content is still required (sprites.ts, gamepad-mappings.ts), but src/scripts is not. * Add --sprites option to production build * Add note about sprites to README
7 lines
90 B
JSON
7 lines
90 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"files": [
|
|
"src/ts/tools/create-sprites.ts"
|
|
]
|
|
}
|