* Move plugins folder from electron to root folder * Add CICD for plugins * Fix error electron import plugin after change plugin name * Add remove app cache on CI test pipeline --------- Co-authored-by: Hien To <>
9 lines
148 B
JSON
9 lines
148 B
JSON
{
|
|
"extends": "./../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./../dist/esm",
|
|
"module": "esnext"
|
|
},
|
|
"files": ["../index.ts"]
|
|
}
|