a3s-acl 0.2.2

Parser and generator for the A3S Agent Configuration Language
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/**/*"]
}