initial commit
This commit is contained in:
17
fluxer_media_proxy/tsconfig.json
Normal file
17
fluxer_media_proxy/tsconfig.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"exactOptionalPropertyTypes": false,
|
||||
"lib": ["ESNext"],
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"noEmit": true,
|
||||
"noPropertyAccessFromIndexSignature": false,
|
||||
"noUncheckedIndexedAccess": false,
|
||||
"paths": {
|
||||
"~/*": ["./src/*"]
|
||||
},
|
||||
"target": "ESNext"
|
||||
},
|
||||
"extends": ["@tsconfig/strictest/tsconfig", "@tsconfig/node22/tsconfig"],
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user