16 lines
355 B
JSON
16 lines
355 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"strict": true,
|
|
"moduleResolution": "classic",
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"stripInternal": true,
|
|
"outDir": "./dist"
|
|
}
|
|
}
|