2021-07-29 20:23:04 -07:00
|
|
|
{
|
|
|
|
"compileOnSave": true,
|
|
|
|
"compilerOptions": {
|
2021-10-13 07:31:36 -07:00
|
|
|
"newLine": "LF",
|
2021-08-08 22:49:37 -07:00
|
|
|
"target": "es2018",
|
2021-07-29 20:23:04 -07:00
|
|
|
"module": "commonjs",
|
2021-08-08 22:49:37 -07:00
|
|
|
"lib": [
|
2021-08-22 20:33:24 -07:00
|
|
|
"es2020",
|
2023-01-27 21:39:23 -08:00
|
|
|
"DOM"
|
2021-08-08 22:49:37 -07:00
|
|
|
],
|
2023-10-13 07:42:45 -07:00
|
|
|
"declaration": false,
|
|
|
|
"removeComments": true,
|
2021-07-29 20:23:04 -07:00
|
|
|
"preserveConstEnums": true,
|
|
|
|
"sourceMap": false,
|
2024-06-25 03:08:02 -07:00
|
|
|
"strict": true,
|
|
|
|
"esModuleInterop": true
|
2021-07-29 20:23:04 -07:00
|
|
|
},
|
|
|
|
"files": [
|
2021-08-22 20:33:24 -07:00
|
|
|
"./src/util.ts"
|
2021-07-29 20:23:04 -07:00
|
|
|
]
|
|
|
|
}
|