13 lines
158 B
JSON
13 lines
158 B
JSON
|
{
|
||
|
"include": ["src/**/*"],
|
||
|
"compilerOptions": {
|
||
|
"target": "es2021",
|
||
|
"strict": true,
|
||
|
"typeRoots": [
|
||
|
"src/types"
|
||
|
],
|
||
|
"allowJs": true
|
||
|
}
|
||
|
}
|
||
|
|