mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Add types of [@types/vue-splitpane] package * Add types of [@types/vue-splitpane] package * update split type * fix EsLint Missing semicolon * fix Eslint Missing semicolon * fix esLint * fix Eslint * Add types of [@types/splitpanes] package * fix file rename * fix Submit multiple components at a PR * fix rename * fix build rename * Add new definitions for [@types/splitpanes] * fix tsconfig files list * fix tsconfig files name * fix eslint * fix bug dt-header add object-literal-key-quotes * fix Consecutive * fix stander name
17 lines
382 B
JSON
17 lines
382 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": ["es6", "dom"],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": ["../"],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": ["index.d.ts", "splitpanes-tests.ts"]
|
|
}
|