mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-29 21:17:34 +00:00
28 lines
608 B
JSON
28 lines
608 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strictFunctionTypes": true
|
|
},
|
|
"files": [
|
|
"format.d.ts",
|
|
"generate.d.ts",
|
|
"index.d.ts",
|
|
"nanoid-tests.ts",
|
|
"random-browser.d.ts",
|
|
"random.d.ts",
|
|
"url.d.ts"
|
|
]
|
|
} |