* chore: #371 - plugin developer can reference to plugin name and module path as variables * chore: display origin plugin name * Switch from plugin-core to core * Remove un-used command in ci test --------- Co-authored-by: Hien To <tominhhien97@gmail.com>
13 lines
253 B
JSON
13 lines
253 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"module": "ES6",
|
|
"moduleResolution": "node",
|
|
"outDir": "./dist",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": false,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|