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