UNPKG

neura-cli-standalone

Version:

Command-line interface for the Neura programming language (standalone version)

15 lines (14 loc) 301 B
{ "compilerOptions": { "target": "es2020", "module": "commonjs", "declaration": true, "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*"] }