mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
16 lines
380 B
JSON
16 lines
380 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "../",
|
|
"outDir": "../backend",
|
|
"module": "Node16",
|
|
"moduleResolution": "Node16",
|
|
"target": "ES2022",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noEmit": false,
|
|
"allowImportingTsExtensions": false,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["./**/*"]
|
|
}
|