a3s-acl 0.2.0

Agent Configuration Language - A configuration language similar to HCL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "compilerOptions": {
    "noEmit": true,
    "strict": true,
    "skipLibCheck": true,
    "target": "ES2020",
    "module": "commonjs",
    "moduleResolution": "node",
    "ignoreDeprecations": "6.0"
  },
  "include": ["src/**/*"]
}