c0289b6a8c
- indonesian localization by @LyfeV - rewrote readme - added new line at the end for files that were missing it
14 lines
273 B
JSON
14 lines
273 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"target": "ES2020",
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/node_modules/*"
|
|
]
|
|
}
|