It is a Basic Assembly script project. But I facing this error message in my tsconfig.json file.
{
"extends": "assemblyscript/std/assembly.json",
"include": [
"./**/*.ts"
]
}
It is my package.json
{
"devDependencies": {
"assemblyscript": "^0.27.1"
}