initial commut

This commit is contained in:
Денис Строков
2023-02-12 23:28:55 +03:00
commit 7de84530b8
17 changed files with 2424 additions and 0 deletions

13
tsconfig.json Normal file
View File

@ -0,0 +1,13 @@
{
"files": ["src/wc-wysiwyg.ts"],
"compilerOptions": {
"module": "es2022",
"skipLibCheck": true,
"allowJs": false,
"declaration": false,
"outDir": "./dist",
"declarationMap": false,
"target": "ESNEXT",
"removeComments": true,
}
}