mirror of
https://github.com/webislife/wc-wysiwyg.git
synced 2025-07-21 05:47:26 +00:00
initial commut
This commit is contained in:
13
tsconfig.json
Normal file
13
tsconfig.json
Normal 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,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user