21 lines
429 B
JSON
21 lines
429 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"strict": false,
|
|
"moduleResolution": "nodenext",
|
|
"target": "es2022",
|
|
"module": "NodeNext",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"stripInternal": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"lib": [
|
|
"ES2022",
|
|
"DOM",
|
|
"DOM.Iterable",
|
|
"WebWorker.ImportScripts"
|
|
]
|
|
}
|
|
}
|