DefinitelyTyped/types/mumath/tsconfig.json
2019-03-01 16:14:13 +11:00

37 lines
684 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [
],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"clamp.d.ts",
"closest.d.ts",
"isMultiple.d.ts",
"len.d.ts",
"lerp.d.ts",
"mod.d.ts",
"order.d.ts",
"precision.d.ts",
"round.d.ts",
"scale.d.ts",
"within.d.ts",
"mumath-tests.ts"
]
}