Files
Josh Goldberg 5f04dbc243 Brought in gulp-shenanigans with source tests (#317)
Tests will now run against the compiled .js in /src. No more waiting for
full compilation runs to test.
2016-09-24 15:55:37 -07:00

14 lines
246 B
JSON

{
"compilerOptions": {
"declaration": false,
"module": "amd",
"target": "es3"
},
"files": [
"main.ts",
"utils/mocks.ts",
"utils/MochaLoader.ts",
"FullScreenPokemon/_.ts"
]
}