해결된 질문
작성
·
664
0
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"outDir": "dist",
"moduleDetection": "force"
},
"ts-node": {
"esm": true
},
"include": ["src"]
}
이렇게 작성했는데도 ERR_UNKNOWN_FILE_EXTENSION 에러가 발생합니다.
{
"dependencies": {
"@types/node": "^20.4.4"
},
"name": "section1",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": ""
}