Skip to content

Commit 287bc73

Browse files
authored
initial setup
1 parent 437f9f1 commit 287bc73

File tree

6 files changed

+3244
-1
lines changed

6 files changed

+3244
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
# screeps-template
1+
# Screeps Template
2+
3+
## Getting Started
4+

jest.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
2+
module.exports = {
3+
preset: 'ts-jest',
4+
testEnvironment: 'node',
5+
};

0 commit comments

Comments
 (0)