DefinitelyTyped/types/box-intersect/tsconfig.json
sankaku-deltalab 3c6058dac4 Add box-intersect definition (#41840)
* Add box-intersect declaration

* Fix box-intersect declaration
2020-01-28 09:09:37 -08:00

25 lines
527 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true
},
"files": [
"index.d.ts",
"box-intersect-tests.ts"
]
}