DefinitelyTyped/types/nanoid/tsconfig.json

31 lines
661 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"strictFunctionTypes": true
},
"files": [
"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"
]
}