DefinitelyTyped/types/perfy/tsconfig.json
Piotr Błażejewicz (Peter Blazejewicz) c7cf211ff6
feat(perfy): new definition type v1.1 (#43451)
- definition file
- test coverage with common usage

https://github.com/onury/perfy#readme
https://github.com/onury/perfy/issues/4

Thanks!
2020-03-31 11:03:18 -07:00

24 lines
486 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",
"perfy-tests.ts"
]
}