mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
13 lines
210 B
JSON
13 lines
210 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"target": "ESNext",
|
|
"outDir": "dist"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |