Files
DefinitelyTyped/physijs/tsconfig.json
Andy 2f71174636 Restructure to support old versions (#13811)
* Restructure to support old versions

* Fix tests
2017-01-06 12:36:57 -08:00

30 lines
736 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": false,
"noImplicitThis": false,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"test/body.ts",
"test/collisions.ts",
"test/compound.ts",
"test/constraints_car.ts",
"test/heightfield.ts",
"test/jenga.ts",
"test/memorytest.ts",
"test/memorytest-compound.ts",
"test/memorytest-convex.ts",
"test/shapes.ts",
"test/vehicle.ts"
]
}