OR-1 dataflow CPU sketch
at main 16 lines 374 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2020", 4 "module": "ES2020", 5 "moduleResolution": "bundler", 6 "strict": true, 7 "declaration": false, 8 "skipLibCheck": true, 9 "noEmit": true, 10 "esModuleInterop": true, 11 "paths": { 12 "@common/*": ["../../frontend-common/src/*"] 13 } 14 }, 15 "include": ["src/**/*.ts", "../../frontend-common/src/**/*.ts"] 16}