DefinitelyTyped/types/physijs/tsconfig.json

34 lines
813 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": false,
"noImplicitThis": false,
"strictNullChecks": false,
"strictFunctionTypes": true,
"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"
]
}