UNPKG

bds.js

Version:

A simple interpreter written to simulate and run BDScript Language in JavaScript

14 lines 350 B
{ "compilerOptions": { "declaration": true, "target": "ES2020", "module": "commonjs", "moduleResolution": "Node", "rootDir": "src", "outDir": "lib", "skipDefaultLibCheck": true, "skipLibCheck": true, "esModuleInterop": true, "alwaysStrict": true } }