7826839498
* vue sample (#483) * initilaized vue * default mode implemented in app.vue * envexample added for projectID * removed empty space and tested dapp * deleted helloworld example component * pnpm * Update App.vue --------- Co-authored-by: Mohammed Abdul Sattar <93962265+mabsattar@users.noreply.github.com>
20 lines
279 B
JSON
20 lines
279 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "esnext",
|
|
"baseUrl": "./",
|
|
"moduleResolution": "node",
|
|
"paths": {
|
|
"@/*": [
|
|
"src/*"
|
|
]
|
|
},
|
|
"lib": [
|
|
"esnext",
|
|
"dom",
|
|
"dom.iterable",
|
|
"scripthost"
|
|
]
|
|
}
|
|
}
|