FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pi-coding-agent/tsconfig.ltm.json at main · VTSTech/pi-coding-agent · GitHub
VTSTech
/
pi-coding-agent
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
28
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
pi-coding-agent
/
tsconfig.ltm.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (14 loc) · 338 Bytes
Breadcrumbs
pi-coding-agent
/
tsconfig.ltm.json
Copy path
File metadata and controls
14 lines (14 loc) · 338 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
: {
"strict"
:
true
,
"target"
:
"
ES2022
"
,
"module"
:
"
commonjs
"
,
"moduleResolution"
:
"
bundler
"
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
,
"outDir"
:
"
./dist
"
,
"ignoreDeprecations"
:
"
6.0
"
},
"include"
: [
"
extensions/ltm.ts
"
],
"exclude"
: [
"
node_modules
"
,
"
npm-packages
"
,
"
dist
"
]
}
Back
|
FazBrowse Home
|
New Git URL