18 lines
368 B
JSON
18 lines
368 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "es2020",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noImplicitAny": false,
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "@gera2ld/jsx-dom"
|
|
},
|
|
"include": [
|
|
"packages/*/src/**/*",
|
|
"packages/*/types/**/*"
|
|
]
|
|
}
|