mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 14:54:12 +00:00
19 lines
No EOL
478 B
JSON
19 lines
No EOL
478 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", "release/build", "release/app/dist", ".erb/dll"]
|
|
} |