fomantic-ui
Version:
Fomantic empowers designers and developers by creating a shared vocabulary for UI.
24 lines (23 loc) • 499 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"lib": [
"ES5", "DOM"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"fomantic-ui-tests.ts"
]
}