{ "files": [], "compilerOptions": { "declaration": true, "declarationMap": true, "noEmitOnError": true, "skipLibCheck": true, "baseUrl": "./", "paths": { "@socketcomputer/shared*": [ "shared/src/*" ], "@socketcomputer/backend*": [ "backend/src/*" ], "@socketcomputer/qemu*": [ "qemu/src/*" ] }, }, "exclude": [ "node_modules", "dist" ], "references": [ { "path": "./backend" }, { "path": "./qemu" }, { "path": "./shared" }, ] }