Skip to content
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
CodelyTV
/
typescript-basic-skeleton
Public template
Notifications
You must be signed in to change notification settings
Fork
20
Star
146
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Files
Expand file tree
main
Breadcrumbs
typescript-basic-skeleton
/
tsconfig.json
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
聽
History
History
History
14 lines (14 loc) 路 338 Bytes
main
Breadcrumbs
typescript-basic-skeleton
/
tsconfig.json
Copy path
Top
File metadata and controls
Code
Blame
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": {
"target": "es6",
"module": "ESNext",
"moduleResolution": "node",
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true
},
"include": ["src/**/*.ts", "tests/**/*.ts"],
"exclude": ["node_modules"]
}
You can鈥檛 perform that action at this time.