PLC Bundle V1 Example Implementations
at main 139 B view raw
1{ 2 "compilerOptions": { 3 "target": "ESNext", 4 "lib": ["ESNext"], 5 "module": "nodenext", 6 "moduleResolution": "nodenext" 7 } 8}