2021-08-04 23:31:54 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "./dist/",
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"module": "esnext",
|
2023-01-27 12:14:40 +00:00
|
|
|
"target": "es2021",
|
2021-08-04 23:31:54 +00:00
|
|
|
"allowJs": true,
|
2024-02-23 05:37:22 +00:00
|
|
|
"declaration": true,
|
2021-08-04 23:31:54 +00:00
|
|
|
"sourceMap": true,
|
2022-06-02 02:26:14 +00:00
|
|
|
"skipLibCheck": true,
|
2021-08-04 23:31:54 +00:00
|
|
|
"moduleResolution": "node",
|
2024-03-15 10:02:00 +00:00
|
|
|
"declarationDir": "./types",
|
2021-08-04 23:31:54 +00:00
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"lib": [
|
2021-08-24 16:12:05 +00:00
|
|
|
"es2016",
|
2023-01-27 12:14:40 +00:00
|
|
|
"dom",
|
|
|
|
"ES2021.String"
|
2021-08-04 23:31:54 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|