First commit
This commit is contained in:
18
framework/node_modules/uws/tsconfig.json
generated
vendored
Normal file
18
framework/node_modules/uws/tsconfig.json
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outFile": "bundle.js",
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"declaration": true,
|
||||
"sourceMap": true,
|
||||
"noImplicitAny": true,
|
||||
"module": "amd",
|
||||
"target": "es5"
|
||||
},
|
||||
"include": [
|
||||
"./index.d.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user