Files
DefinitelyTyped/types/mem-cache/tsconfig.json
Jake Bailey 917c62490b 🤖 Merge PR #64953 Remove stray properties from tsconfigs by @jakebailey
* Remove stray properties from tsconfigs

* [pr review] bump TS version vue2-datepicker

---------

Co-authored-by: Piotr Błażejewicz <peterblazejewicz@users.noreply.github.com>
2023-04-04 13:32:18 -07:00

24 lines
490 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",
"mem-cache-tests.ts"
]
}