xref
: /
arkcompiler
/
ets_frontend
/
ets2panda
/
test
/
tsconfig
/
extends
/
node_modules
/
package
/
tsconfig-base-base.json
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/extends/node_modules/package/
1
{
2
"compilerOptions": {
3
"outDir": "wrong-out",
4
"rootDir": "wrong-root"
5
}
6
}
7