Repository URL to install this package:
Version:
0.14.1 ▾
|
ui-component-library
/
tsconfig.json
|
---|
{
"compilerOptions": {
"outDir": "dist",
"module": "commonjs",
"target": "es6",
"lib": [
"es6",
"dom",
"es2015",
"es2015.core",
"es2015.collection",
"es2015.generator",
"es2015.iterable",
"es2015.promise",
"es2015.proxy",
"es2015.reflect",
"es2015.symbol",
"es2015.symbol.wellknown",
"webworker",
"es2016",
"es2017",
"es2018",
"scripthost",
"esnext.asynciterable",
"esnext"
],
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"sourceMap": true,
"allowJs": false,
"declaration": true,
"jsx": "react",
"moduleResolution": "node",
"types": [
"jest",
"core-js",
"react",
"react-dom",
"prop-types",
"styled-components",
"mobx",
"mobx-react",
"xmobx",
"react-addons-test-utils",
"node"
],
"noEmitOnError": false,
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": false,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": true,
"strictNullChecks": false,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": false,
"plugins": [
{
"name": "typescript-styled-plugin",
"tags": [
"styled",
"css"
],
"validate": false,
"lint": {
"vendorPrefix": "error",
"zeroUnits": "ignore",
"compatibleVendorPrefixes": "error",
"emptyRules": "warn",
"importStatement": "error",
"universalSelector": "warn",
"important": "error",
"float": "error"
}
}
],
"rootDirs": [
"./",
"./src"
],
"baseUrl": "./",
"paths": {
"src/*": [
"src/*"
],
"xmobx/*": [
"node_modules/mobx-boost/*",
"node_modules/mobx-boost",
"node_modules/mobx/*",
"node_modules/mobx-react/*",
"node_modules/mobx-state-tree/*"
],
"words/*": [
"src/words/*"
],
"features/*": [
"src/components/features/*"
],
"atoms/*": [
"src/components/atoms/*"
],
"molecules/*": [
"src/components/molecules/*"
],
"organisms/*": [
"src/components/organisms/*"
],
"templates/*": [
"src/components/templates/*"
],
"icons/*": [
"src/components/atoms/Icons/*"
],
"presets/*": [
"src/components/presets/*"
],
"abstractions/*": [
"src/components/abstractions/*"
],
"input/*": [
"src/forms/input/*"
],
"form/*":[
"src/forms/form/*"
]
}
},
"exclude": [
"public",
"node_modules",
"build",
"scripts",
"dist"
]
}