mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
37 lines
684 B
JSON
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"
|
|
]
|
|
}
|