FRE-651: CEO coordination notes for founder bio/headshot assets
This commit is contained in:
27
node_modules/@stablelib/base64/tsconfig.json
generated
vendored
Normal file
27
node_modules/@stablelib/base64/tsconfig.json
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"strict": true,
|
||||
"noUnusedParameters": true,
|
||||
"noImplicitReturns": true,
|
||||
"noUnusedLocals": true,
|
||||
"removeComments": false,
|
||||
"preserveConstEnums": true,
|
||||
"moduleResolution": "node",
|
||||
"newLine": "LF",
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"outDir": "lib",
|
||||
"lib": [
|
||||
"es5",
|
||||
"es2015.promise",
|
||||
"dom",
|
||||
"scripthost"
|
||||
]
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"lib"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user