You've already forked FullScreenPokemon
mirror of
https://github.com/FullScreenShenanigans/FullScreenPokemon.git
synced 2026-04-28 12:58:40 -07:00
5f04dbc243
Tests will now run against the compiled .js in /src. No more waiting for full compilation runs to test.
14 lines
246 B
JSON
14 lines
246 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
"module": "amd",
|
|
"target": "es3"
|
|
},
|
|
"files": [
|
|
"main.ts",
|
|
"utils/mocks.ts",
|
|
"utils/MochaLoader.ts",
|
|
"FullScreenPokemon/_.ts"
|
|
]
|
|
}
|