Andrés Moya 41f29767db
🐛 Fix configuration of poc-tokens-plugin (#8314)
* 🐛 Fix configuration of poc-tokens-plugin

* 📎 Add missing changes on poc-tokens-pligin tsconfig

---------

Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-02-10 15:18:11 +01:00

14 lines
321 B
JSON

{
"name": "poc-tokens-plugin",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "ng build poc-tokens-plugin",
"build:dev": "ng build poc-tokens-plugin --configuration development",
"serve": "ng serve poc-tokens-plugin",
"lint": "eslint .",
"test": "exit 0"
}
}