Answer the question
In order to leave comments, you need to log in
TS:Cannot find module and swears at decorators. What nonsense?
I have already broken my whole head in misunderstandings ...
Another swearing at decorators:
Experimental support for decorators is a feature that is subject to change in a future release
{
"compileOnSave": false,
"compilerOptions": {
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
]
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question