- Each column has more options and can be configured in the property pane instead of the table - Table level styles can now be set in the property pane - Property sections are collapsible Co-authored-by: vicky-primathon.in <vicky.bansal@primathon.in> Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com> Co-authored-by: Abhinav Jha <abhinav@appsmith.com> Co-authored-by: hetunandu <hetu@appsmith.com>
41 lines
873 B
JSON
41 lines
873 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": [
|
|
"dom",
|
|
"dom.iterable",
|
|
"esnext",
|
|
"es5",
|
|
"es2015.collection",
|
|
"es2015.iterable",
|
|
"es2020.string"
|
|
],
|
|
"strict": true,
|
|
"outDir": "./out/js/src",
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"jsx": "react",
|
|
"downlevelIteration": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"typeRoots": [
|
|
"./typings",
|
|
"./node_modules/@types"
|
|
],
|
|
"sourceMap": true,
|
|
"baseUrl": "./src",
|
|
"noFallthroughCasesInSwitch": true
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
]
|
|
}
|