1{ 2 "compilerOptions": { 3 "allowJs": true, 4 "noEmitOnError": true, 5 "skipLibCheck": true, 6 "plugins": [ 7 { 8 "transform": "/home/leslie/openharmony/src/interface/sdk-js/build-tools/dist/arkui_transformer.js", 9 } 10 ], 11 }, 12 "include": [ 13 "../etstest/foo.ts" 14 ] 15}