mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
new selfhosted version
This commit is contained in:
19
payments/tsconfig.json
Normal file
19
payments/tsconfig.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "NodeNext",
|
||||
"target": "ESNext",
|
||||
"outDir": "dist",
|
||||
"strictNullChecks": true,
|
||||
"moduleResolution": "nodenext",
|
||||
"skipLibCheck": true,
|
||||
"isolatedModules": true,
|
||||
"importsNotUsedAsValues": "remove",
|
||||
"preserveValueImports": false
|
||||
},
|
||||
"include": [
|
||||
"./src/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user