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

8 lines
100 B
JSON

{
"extends": "..",
"compilerOptions": {
"paths": {
"ts-path": ["test.js"]
}
}
}