Introduction
The reccomended way to run aspectra is using tsx.
Installation
npm i aspectraThen, add the following to your tsconfig.json:
{
"compilerOptions": {
"strict": true,
"target": "es2022", // or higher
"experimentalDecorators": false // or remove this line
}
}Last updated on