end_to_end_encryption/tsconfig.json

20 строки
358 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.json",
"include": [
"./src/*.ts",
"./src/components/MnemonicPromptDialog.vue"
],
"compilerOptions": {
"lib": [
"DOM",
"ESNext",
],
"rootDir": "src",
"allowSyntheticDefaultImports": true,
"noImplicitAny": false,
"allowImportingTsExtensions": true
},
"vueCompilerOptions": {
"target": 2.7
}
}