mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"files": [
|
|
"index.d.ts",
|
|
"react.d.ts",
|
|
"muicss-tests.tsx",
|
|
"lib/react/appbar.d.ts",
|
|
"lib/react/button.d.ts",
|
|
"lib/react/checkbox.d.ts",
|
|
"lib/react/col.d.ts",
|
|
"lib/react/container.d.ts",
|
|
"lib/react/divider.d.ts",
|
|
"lib/react/dropdown.d.ts",
|
|
"lib/react/dropdown-item.d.ts",
|
|
"lib/react/form.d.ts",
|
|
"lib/react/input.d.ts",
|
|
"lib/react/option.d.ts",
|
|
"lib/react/panel.d.ts",
|
|
"lib/react/radio.d.ts",
|
|
"lib/react/row.d.ts",
|
|
"lib/react/select.d.ts",
|
|
"lib/react/tab.d.ts",
|
|
"lib/react/tabs.d.ts",
|
|
"lib/react/textarea.d.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"jsx": "react",
|
|
"experimentalDecorators": true,
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|