{
"compilerOptions": {
"target": "es2017",
"lib": ["ESNext", "ESNext.WeakRef"],
"module": "commonjs",
"moduleResolution": "node",
"composite": false,
"incremental": false,
"declarationMap": true,
"sourceMap": true,
"declaration": true,
"noEmitOnError": false,
"strict": false,
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"removeComments": false,
"outDir": "build/node",
"rootDirs": ["src"],
"baseUrl": ".",
"paths": {
"#compat": ["./src/node/compat.ts"],
"@langlib": ["./src/node/handwritten/langlib"],
"@ohos.xml": ["./generated/ts/@ohos.xml"],
"@ohos.base": ["./generated/ts/@ohos.base"],
},
"allowSyntheticDefaultImports": true
},
"include": ["src/**/*.ts", "generated/ts/**/*.ts"],
"exclude": ["generated/arkts", "src/panda"]
}