A "high-level" language for the Gameboy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
218 B

2 years ago
2 years ago
  1. {
  2. "compilerOptions": {
  3. "target": "es5",
  4. "module": "commonjs",
  5. "outDir": "./build",
  6. "forceConsistentCasingInFileNames": true,
  7. "sourceMap": true,
  8. "strict": true,
  9. "skipLibCheck": false
  10. }
  11. }