2021-07-04 21:11:40 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"allowJs": true,
|
|
|
|
"checkJs": true,
|
|
|
|
"noEmit": true,
|
2022-03-03 23:45:39 +00:00
|
|
|
"target": "ES2021",
|
2021-07-04 21:11:40 +00:00
|
|
|
"skipLibCheck": true,
|
|
|
|
"moduleResolution": "node"
|
|
|
|
},
|
|
|
|
"include": ["*.js", "test/*.js"]
|
|
|
|
}
|