Spaces:
Running
Running
File size: 361 Bytes
540cfa6 4636126 540cfa6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"compilerOptions": {
"target": "ES2020",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "./dist",
"rootDir": "./src",
"declaration": true,
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/lerobot/**/*", "src/cli/**/*"]
}
|