2022-06-29 16:17:02 +00:00
|
|
|
{
|
2023-03-26 19:35:33 +00:00
|
|
|
"include": [
|
|
|
|
"src/**/*"
|
|
|
|
],
|
2022-06-29 16:17:02 +00:00
|
|
|
"compilerOptions": {
|
2023-03-26 23:04:51 +00:00
|
|
|
"target": "es2022",
|
2022-06-29 16:17:02 +00:00
|
|
|
"strict": true,
|
2023-03-26 19:35:33 +00:00
|
|
|
"typeRoots": [
|
2022-06-29 16:17:02 +00:00
|
|
|
"src/types"
|
2023-03-26 19:35:33 +00:00
|
|
|
],
|
|
|
|
"allowJs": true
|
2022-06-29 16:17:02 +00:00
|
|
|
}
|
2023-03-26 19:35:33 +00:00
|
|
|
}
|