mirror of
https://github.com/webislife/wc-wysiwyg.git
synced 2025-07-20 06:16:09 +00:00
13 lines
291 B
JSON
13 lines
291 B
JSON
{
|
|
"files": ["src/wc-wysiwyg.ts"],
|
|
"compilerOptions": {
|
|
"module": "es2022",
|
|
"skipLibCheck": true,
|
|
"allowJs": false,
|
|
"declaration": false,
|
|
"outDir": "./dist",
|
|
"declarationMap": false,
|
|
"target": "ESNEXT",
|
|
"removeComments": true,
|
|
}
|
|
} |