hwa-cli/tsconfig.json

17 строки
280 B
JSON

{
"compilerOptions": {
"module": "umd",
"target": "ES5",
"outDir": "bin/",
"newLine": "LF"
},
"files": [
"src/adapter.ts",
"src/cli.ts",
"src/cloudAppx.ts",
"src/crxConverter.ts",
"src/phantom-image.ts",
"src/webConverter.ts",
"tests/adapterTests.ts"
]
}