mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
11 lines
204 B
JSON
11 lines
204 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"target": "ESNext",
|
|
"composite": true
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
],
|
|
} |