SyntaxError: Unexpected token ' in JSON at position 0
"ts-node --compiler-options '{\"module\": \"CommonJS\"}' ./server/bootstrap.ts"
ts-node
в tsconfig.json
: {
"ts-node": {
"compilerOptions": {
"module": "CommonJS"
}
},
...
}