mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-11 00:33:21 +03:00
3c4ab605db
* Fixed color rule * Fixed naming * Fix effect component rule * Deactivated broken rules * Fixed lint * Complete eslint-plugin-twenty work --------- Co-authored-by: Charles Bochet <charles@twenty.com>
15 lines
1.0 KiB
JSON
15 lines
1.0 KiB
JSON
{
|
|
"compilerOptions": {
|
|
|
|
/* Visit https://aka.ms/tsconfig to read more about this file */
|
|
"target": "es2016", /* Set the JavaScript language version for emitted JavaScript and in clude compatible library declarations. */
|
|
"module": "Node16", /* Specify what module code is generated. */
|
|
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
|
|
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
|
|
"strict": true, /* Enable all strict type-checking options. */
|
|
"noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
|
|
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
|
|
"moduleResolution": "Node16",
|
|
}
|
|
}
|