mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 12:51:57 +00:00
This PR includes 3 core functinalies of tsconfig-paths: * matching tsconfig.compilerOptions.paths * use tsconfig.compilerOptions.baseUrl * extend tsconfig with tsconfig.extends This PR does not include tsconfig.references
8 lines
100 B
JSON
8 lines
100 B
JSON
{
|
|
"extends": "..",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"ts-path": ["test.js"]
|
|
}
|
|
}
|
|
}
|