mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-01 09:00:11 +00:00
* ADDED: initial files, more work needed * FIXED: more classes * FIXED: some fixes to incorrect types so that gods has no errors * IMPROVED: more strick tsconfig FIXED: tslint.json typo in filename * FIXED: npm test errors ADDED: UMD global var AthenaJS
40 lines
819 B
JSON
40 lines
819 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"noEmit": true,
|
|
"types": [],
|
|
"lib": [
|
|
"es5",
|
|
"es6",
|
|
"es2015.iterable",
|
|
"dom"
|
|
],
|
|
"module": "commonjs",
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"test/dom.ts",
|
|
"test/deferred.ts",
|
|
"test/game.ts",
|
|
"test/scene.ts",
|
|
"test/drawable.ts",
|
|
"test/simpletext.ts",
|
|
"test/paint.ts",
|
|
"test/bitmaptext.ts",
|
|
"test/sprite.ts",
|
|
"test/map.ts",
|
|
"test/tetris/tetris.ts",
|
|
"test/tetris/shape.ts",
|
|
"test/tetris/grid.ts",
|
|
"test/tetris/shape_behavior.ts",
|
|
"test/tetris/flash_lines.ts"
|
|
]
|
|
} |