mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-04 21:19:53 +08:00
* [earcut] Added types. Double export matches source: https://github.com/mapbox/earcut/blob/master/src/earcut.js#L3-L4 * [earcut] Used interface, added flatten and deviation.
24 lines
487 B
JSON
24 lines
487 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strictFunctionTypes": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"earcut-tests.ts"
|
|
]
|
|
}
|