2022-10-14 03:16:37 +02:00
|
|
|
{
|
|
|
|
"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,
|
2024-02-27 17:07:43 +01:00
|
|
|
"target": "ES2022"
|
2022-10-14 03:16:37 +02:00
|
|
|
},
|
2024-02-27 17:07:43 +01:00
|
|
|
"exclude": ["**/build/*", "**/node_modules/*", "**/public/*", "**/vendor/*"]
|
2022-10-14 03:16:37 +02:00
|
|
|
}
|