DefinitelyTyped/types/tti-polyfill/tsconfig.json
Patrick Weygand d14d57cea2 Add typings for tti-polyfill (#37731)
* Add typings for tti-polyfill

* fix minValue definition
2019-08-19 16:06:38 -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",
"tti-polyfill-tests.ts"
]
}