DefinitelyTyped/types/abs-svg-path/tsconfig.json
Liam Martens 539042117c
Added typing for abs-svg-path (#43807)
* Implemented abs-svg-path typings

* Fixed abs path test

* Fixed ExpectType
2020-04-10 20:26:27 -07:00

24 lines
493 B
JSON

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