You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
368 B
18 lines
368 B
1 year ago
|
{
|
||
|
"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/**/*"
|
||
|
]
|
||
|
}
|