Skip to content

Instantly share code, notes, and snippets.

@s-panferov
Created July 2, 2015 08:10
Show Gist options
  • Save s-panferov/c1ef473f811438d719bf to your computer and use it in GitHub Desktop.
Save s-panferov/c1ef473f811438d719bf to your computer and use it in GitHub Desktop.
{
"version": "1.5.0-beta",
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"jsx": "react",
"declaration": false,
"noImplicitAny": false,
"removeComments": true,
"noLib": false,
"preserveConstEnums": true,
"suppressImplicitAnyIndexErrors": true
},
"compileOnSave": false,
"filesGlob": [
"./**/*.ts",
"./**/*.tsx",
"!./node_modules/**/*"
],
"files": [
"./button/button.ts",
"./button/common/button.ts",
"./checkbox-group/checkbox-group.ts",
"./checkbox-group/common/checkbox-group.ts",
"./checkbox/checkbox.ts",
"./checkbox/common/__box/checkbox__box.ts",
"./checkbox/common/checkbox.ts",
"./defines.d.ts",
"./footer/common/__inner/footer__inner.ts",
"./footer/common/footer.ts",
"./footer/footer.ts",
"./header/common/__inner/header__inner.ts",
"./header/common/__logo/header__logo.ts",
"./header/common/header.ts",
"./header/header.ts",
"./icon/icon.ts",
"./label/label.ts",
"./link/link.ts",
"./logo/logo.ts",
"./menu-item/menu-item.ts",
"./menu/__group/menu__group.ts",
"./menu/menu.ts",
"./page/common/page.ts",
"./page/page.ts",
"./progress/progress.ts",
"./radio-group/radio-group.ts",
"./radio/__box/radio__box.ts",
"./radio/radio.ts",
"./theme.ts",
"./typings/bem-cn.d.ts",
"./typings/webpack.d.ts"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment