This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2022-10-13 18:16:37 -07: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,
|
|
|
|
"target": "ES2022"
|
|
|
|
},
|
2022-12-02 19:05:35 -08:00
|
|
|
"exclude": ["**/build/*", "**/node_modules/*", "**/public/*", "**/vendor/*"]
|
2022-10-13 18:16:37 -07:00
|
|
|
}
|