mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
🤖 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>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"compileOnSave": true,
|
||||
"compilerOptions": {
|
||||
"target": "ES5",
|
||||
"module": "commonjs",
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"version": "3.8",
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"lib": [
|
||||
|
||||
@@ -16,10 +16,6 @@
|
||||
"strictNullChecks": true,
|
||||
"strictFunctionTypes": true
|
||||
},
|
||||
"baseUrl": "types",
|
||||
"typeRoots": [
|
||||
"types"
|
||||
],
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"test/app.ts",
|
||||
|
||||
@@ -16,10 +16,6 @@
|
||||
"strictNullChecks": true,
|
||||
"strictFunctionTypes": true
|
||||
},
|
||||
"baseUrl": "types",
|
||||
"typeRoots": [
|
||||
"types"
|
||||
],
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"test/app.ts",
|
||||
|
||||
@@ -16,12 +16,8 @@
|
||||
"strictNullChecks": true,
|
||||
"strictFunctionTypes": true
|
||||
},
|
||||
"baseUrl": "types",
|
||||
"typeRoots": [
|
||||
"types"
|
||||
],
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"fitfont-tests.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,6 +11,5 @@
|
||||
"typeRoots": ["../"],
|
||||
"types": []
|
||||
},
|
||||
"files": ["index.d.ts", "test/guacamole-client.ts"],
|
||||
"types": ["typePatches"]
|
||||
"files": ["index.d.ts", "test/guacamole-client.ts"]
|
||||
}
|
||||
|
||||
@@ -19,7 +19,5 @@
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"mem-cache-tests.ts"
|
||||
],
|
||||
"baseUrl": "types",
|
||||
"typeRoots": ["types"]
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"compileOnSave": true,
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"lib": [
|
||||
|
||||
@@ -19,6 +19,5 @@
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"query-string-params-tests.ts"
|
||||
],
|
||||
"baseUrl": "types"
|
||||
]
|
||||
}
|
||||
|
||||
2
types/vue2-datepicker/index.d.ts
vendored
2
types/vue2-datepicker/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/mengxiong10/vue2-datepicker
|
||||
// Definitions by: ChristianStornowski <https://github.com/ChristianStornowski>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 3.2
|
||||
// Minimum TypeScript Version: 4.4
|
||||
|
||||
import { Component } from "vue/types/options";
|
||||
|
||||
|
||||
@@ -21,7 +21,5 @@
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"vue2-datepicker-tests.ts"
|
||||
],
|
||||
"baseUrl": "types",
|
||||
"typeRoots": ["types"]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user