mirror of
https://github.com/transformerlab/transformerlab-app.git
synced 2025-04-14 07:48:20 +03:00
20 lines
483 B
JSON
20 lines
483 B
JSON
{
|
|
"compilerOptions": {
|
|
"incremental": true,
|
|
"target": "es2021",
|
|
"module": "commonjs",
|
|
"lib": ["dom", "es2021"],
|
|
"jsx": "react-jsx",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"baseUrl": "./src",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"allowJs": true,
|
|
"outDir": ".erb/dll"
|
|
},
|
|
"exclude": ["test", "resources/build", "resources/app/dist", ".erb/dll"]
|
|
}
|