DefinitelyTyped/types/nanoid/tsconfig.json
2019-02-18 15:04:29 +08:00

33 lines
730 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"strictFunctionTypes": true
},
"files": [
"non-secure/index.d.ts",
"non-secure/generate.d.ts",
"async-browser.d.ts",
"async.d.ts",
"format.d.ts",
"generate.d.ts",
"index.d.ts",
"nanoid-tests.ts",
"random-browser.d.ts",
"random.d.ts",
"url.d.ts"
]
}