mirror of
https://github.com/desktop/desktop
synced 2024-10-31 05:19:03 +00:00
11 lines
210 B
JSON
11 lines
210 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"noEmit": true,
|
|
"target": "ES2021",
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["*.js", "test/*.js"]
|
|
}
|