๐ Reference
๐ Chapter
tsconfig.json
์์ 1
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"esModuleInterop": true
},
"exclude": ["node_modules"],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
}