Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/src/ts/tsconfig.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 170 - (show annotations) (download)
Mon May 4 03:43:41 2015 UTC (9 years, 1 month ago) by tsugehara
File size: 1102 byte(s)


1 {
2 "compilerOptions": {
3 "module": "commonjs",
4 "target": "es5"
5 },
6 "files": [
7 "MT.ts",
8 "common.ts",
9 "enums.ts",
10 "window.ts",
11 "Rectangle.ts",
12 "Easing.ts",
13 "E.ts",
14 "Shape.ts",
15 "Trigger.ts",
16 "SimpleSound.ts",
17 "ResourceStructure.ts",
18 "ResourceLoader.ts",
19 "Resource.ts",
20 "Scene.ts",
21 "Sprite.ts",
22 "FrameSprite.ts",
23 "Character.ts",
24 "CharacterFactory.ts",
25 "Label.ts",
26 "MultilineText.ts",
27 "Tile.ts",
28 "Layer.ts",
29 "LoadingScene.ts",
30 "InputEvent.ts",
31 "Renderer.ts",
32 "GameRenderer.ts",
33 "BufferedRenderer.ts",
34 "GameTimer.ts",
35 "Game.ts",
36 "ImageFilter.ts",
37 "Action.ts",
38 "ParallelAction.ts",
39 "Tween.ts",
40 "Timeline.ts",
41 "JGUtil.ts",
42 "Line.ts",
43 "Effect.ts",
44 "UIWindow.ts",
45 "MessageWindow.ts",
46 "Pixel.ts",
47 "jg.ts"
48 ]
49 }

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26