DefinitelyTyped/types/vuedraggable/tsconfig.json
이효범 de4580242d
add vuedraggable type (#43117)
* add vuedraggable types

* fix lint error
2020-03-26 22:36:47 -07:00

17 lines
434 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", "vuedraggable-tests.ts"]
}