mirror of
https://github.com/nx-bat/pet-the-pond.git
synced 2026-09-22 10:29:11 -04:00
13 lines
173 B
JSON
13 lines
173 B
JSON
{
|
|
"compilerOptions": {
|
|
"types": ["node"],
|
|
|
|
"target": "es2022",
|
|
"module": "nodenext",
|
|
|
|
"experimentalDecorators": true,
|
|
},
|
|
|
|
"include": ["src/**/*.ts"]
|
|
}
|