Commit iniziale
This commit is contained in:
29
node_modules/tedious/tsconfig.json
generated
vendored
Normal file
29
node_modules/tedious/tsconfig.json
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"allowJs": true,
|
||||
"noEmit": true,
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"lib": [ "esnext" ],
|
||||
"skipLibCheck": true,
|
||||
"resolveJsonModule": true,
|
||||
"exactOptionalPropertyTypes": true,
|
||||
"verbatimModuleSyntax": true
|
||||
},
|
||||
|
||||
"include": [
|
||||
"types/*.d.ts",
|
||||
"src/**/*.ts",
|
||||
"test/**/*.ts",
|
||||
"test/**/*.js",
|
||||
],
|
||||
|
||||
"typedocOptions": {
|
||||
"name": "Tedious",
|
||||
"out": "./docs",
|
||||
"entryPoints": ["./src/tedious.ts"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user