oxc/crates/oxc_resolver/fixtures/parcel/tsconfig.json

7 lines
80 B
JSON

{
"compilerOptions": {
"paths": {
"ts-path": ["foo.js"]
}
}
}