mirror of
https://github.com/nvms/soma3.git
synced 2025-12-13 06:40:52 +00:00
9 lines
152 B
JSON
9 lines
152 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ES2022",
|
|
"target": "ESNext",
|
|
"allowSyntheticDefaultImports": true,
|
|
"moduleResolution": "node"
|
|
}
|
|
}
|