mirror of
https://github.com/wiseguru/ReWrite-Voice-Notes.git
synced 2026-07-22 07:49:19 +00:00
11 lines
159 B
JSON
11 lines
159 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["node"],
|
|
"lib": ["ES2022"],
|
|
"noUnusedLocals": false
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|