Repository URL to install this package:
Version:
0.9.6 ▾
|
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": true,
"jsx": "react",
"moduleResolution": "node",
"typeRoots": [
"node_modules/@types",
"typings"
],
"declaration": false,
"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": {
"proptypes": [
"node_modules/@skava/modules/___dist/view-container/types"
],
"chain-able-boost": [
"node_modules/chain-able-boost"
],
"exotic": [
"node_modules/exotic/exports.js"
],
"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/*"
],
"@skava/modules/*": [
"node_modules/@skava/modules/___dist/*"
],
"input/*": [
"src/forms/input/*"
],
"form/*":[
"src/forms/form/*"
]
}
},
"include": [
"src/*.ts",
"src/*.tsx",
"src/components/*",
"src/forms/*",
"src/state/*",
"src/words/*"
],
"exclude": [
"public",
"node_modules",
"build",
"scripts",
"dist",
"stories",
"src/client",
"src/playground/*",
"src/bootstrapper/*",
"src/typings/*"
]
}