mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
10 lines
212 B
JSON
10 lines
212 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"strict": true,
|
||
|
|
"target": "ES2020",
|
||
|
|
"module": "CommonJS"
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"./**/*.ts" // Include all TypeScript files in the current directory and subdirectories
|
||
|
|
]
|
||
|
|
}
|