mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
15 lines
278 B
JSON
15 lines
278 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"target": "ESNext",
|
|
"esModuleInterop": true,
|
|
"outDir": "dist"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |