f77ed3a6b2
* Fix fomat-check writing files * Fix unformatted YML/JSON * Add format-check call to prevent regressions
17 lines
442 B
JSON
17 lines
442 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"baseUrl": "./app/javascript",
|
|
"checkJs": false,
|
|
"experimentalDecorators": true,
|
|
"jsx": "react",
|
|
"lib": ["DOM", "DOM.Iterable", "ES2022"],
|
|
"module": "ES2022",
|
|
"moduleResolution": "node",
|
|
"noEmit": true,
|
|
"resolveJsonModule": true,
|
|
"strict": false,
|
|
"target": "ES2022"
|
|
},
|
|
"exclude": ["**/build/*", "**/node_modules/*", "**/public/*", "**/vendor/*"]
|
|
}
|