DefinitelyTyped/types/makeup-floating-label/tsconfig.json
2018-10-30 13:39:36 +01:00

26 lines
549 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom",
"dom.iterable"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"makeup-floating-label-tests.ts"
]
}