mirror of
https://github.com/hoppscotch/hoppscotch
synced 2024-11-21 14:38:47 +00:00
14 lines
250 B
JSON
14 lines
250 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "es6",
|
|
"module": "es2020",
|
|
"newLine": "lf",
|
|
"declaration": true,
|
|
"declarationDir": "./dist",
|
|
"moduleResolution": "node",
|
|
"allowJs": true
|
|
},
|
|
"include": ["src/*"]
|
|
}
|