9 lines
175 B
JSON
9 lines
175 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "es2022",
|
||
|
"target": "ES2022"
|
||
|
},
|
||
|
"exclude": ["node_modules", "dist"],
|
||
|
"include": ["src", "client", "common"]
|
||
|
}
|