DefinitelyTyped/types/nanotimer/tsconfig.json
Samuel Bodin f44f31789c
feat(nanotimer): complete definition (#42153)
* feat(nanotimer): complete definition

* lint
2020-02-06 15:29:16 -08:00

19 lines
445 B
JSON

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