FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
CCMultiplayerClient/tsconfig.json at typescript · CCDirectLink/CCMultiplayerClient · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
CCDirectLink
/
CCMultiplayerClient
Public archive
Notifications
You must be signed in to change notification settings
Fork
5
Star
16
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
CCMultiplayerClient
/
tsconfig.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (24 loc) · 1.06 KB
Breadcrumbs
CCMultiplayerClient
/
tsconfig.json
Copy path
File metadata and controls
24 lines (24 loc) · 1.06 KB
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
15
16
17
18
19
20
21
22
23
24
{
"compilerOptions"
: {
"target"
:
"
es2018
"
,
/*
Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'.
*/
"module"
:
"
es2015
"
,
/*
Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'.
*/
"declaration"
:
false
,
/*
Generates corresponding '.d.ts' file.
*/
"sourceMap"
:
true
,
/*
Generates corresponding '.map' file.
*/
//
"inlineSourceMap": true,
//
"inlineSources": true,
"outDir"
:
"
./dist/
"
,
/*
Concatenate and emit output to single file.
*/
"strict"
:
true
,
/*
Enable all strict type-checking options.
*/
"typeRoots"
: [
"
node_modules/@types
"
,
"
src/@types
"
],
/*
List of folders to include type definitions from.
*/
"watch"
:
true
,
"lib"
: [
"
es2018
"
,
"
dom
"
,
"
scripthost
"
],
"moduleResolution"
:
"
Node
"
,
"removeComments"
:
true
},
"include"
: [
"
./src/
"
]
}
Back
|
FazBrowse Home
|
New Git URL