mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 17:21:42 -05:00
Use one central typescript configuration
This commit is contained in:
parent
4e3f2e65a4
commit
924d13c970
10 changed files with 35 additions and 114 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -12,9 +12,9 @@
|
|||
"dist": true,
|
||||
"coverage": true,
|
||||
"coverage.lcov": true,
|
||||
"tsconfig.json": true,
|
||||
"tsconfig.json": false,
|
||||
"tslint.json": true,
|
||||
"typings.json": false,
|
||||
"typings.json": true,
|
||||
"typings": true,
|
||||
".gitignore": false,
|
||||
"**/dist": true
|
||||
|
|
|
@ -1,22 +1,10 @@
|
|||
{
|
||||
"extends": "../../tsconfig",
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"noImplicitAny": false,
|
||||
"rootDir": "./src",
|
||||
"outDir": "./dist",
|
||||
"allowSyntheticDefaultImports": false,
|
||||
"pretty": true,
|
||||
"removeComments": true,
|
||||
"lib": ["es6"],
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
],
|
||||
"types": [
|
||||
"@types/node"
|
||||
"node_modules/@types"
|
||||
]
|
||||
},
|
||||
"exclude": [
|
||||
|
|
|
@ -1,22 +1,10 @@
|
|||
{
|
||||
"extends": "../../tsconfig",
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"noImplicitAny": false,
|
||||
"rootDir": "./src",
|
||||
"outDir": "./dist",
|
||||
"allowSyntheticDefaultImports": false,
|
||||
"pretty": true,
|
||||
"removeComments": true,
|
||||
"lib": ["es6"],
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
],
|
||||
"types": [
|
||||
"@types/node"
|
||||
"node_modules/@types"
|
||||
]
|
||||
},
|
||||
"exclude": [
|
||||
|
|
|
@ -1,22 +1,10 @@
|
|||
{
|
||||
"extends": "../../tsconfig",
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"noImplicitAny": false,
|
||||
"rootDir": "./src",
|
||||
"outDir": "./dist",
|
||||
"allowSyntheticDefaultImports": false,
|
||||
"pretty": true,
|
||||
"removeComments": true,
|
||||
"lib": ["es6"],
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
],
|
||||
"types": [
|
||||
"@types/node"
|
||||
"node_modules/@types"
|
||||
]
|
||||
},
|
||||
"exclude": [
|
||||
|
|
|
@ -1,22 +1,10 @@
|
|||
{
|
||||
"extends": "../../tsconfig",
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"noImplicitAny": false,
|
||||
"rootDir": "./src",
|
||||
"outDir": "./dist",
|
||||
"allowSyntheticDefaultImports": false,
|
||||
"pretty": true,
|
||||
"removeComments": true,
|
||||
"lib": ["es6"],
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
],
|
||||
"types": [
|
||||
"@types/node"
|
||||
"node_modules/@types"
|
||||
]
|
||||
},
|
||||
"exclude": [
|
||||
|
|
|
@ -1,22 +1,10 @@
|
|||
{
|
||||
"extends": "../../tsconfig",
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"noImplicitAny": false,
|
||||
"rootDir": "./src",
|
||||
"outDir": "./dist",
|
||||
"allowSyntheticDefaultImports": false,
|
||||
"pretty": true,
|
||||
"removeComments": true,
|
||||
"lib": ["es6"],
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
],
|
||||
"types": [
|
||||
"@types/node"
|
||||
"node_modules/@types"
|
||||
]
|
||||
},
|
||||
"exclude": [
|
||||
|
|
|
@ -1,22 +1,10 @@
|
|||
{
|
||||
"extends": "../../tsconfig",
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"noImplicitAny": false,
|
||||
"rootDir": "./src",
|
||||
"outDir": "./dist",
|
||||
"allowSyntheticDefaultImports": false,
|
||||
"pretty": true,
|
||||
"removeComments": true,
|
||||
"lib": ["es6"],
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
],
|
||||
"types": [
|
||||
"@types/node"
|
||||
"node_modules/@types"
|
||||
]
|
||||
},
|
||||
"exclude": [
|
||||
|
|
|
@ -1,22 +1,10 @@
|
|||
{
|
||||
"extends": "../../tsconfig",
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"noImplicitAny": false,
|
||||
"rootDir": "./src",
|
||||
"outDir": "./dist",
|
||||
"allowSyntheticDefaultImports": false,
|
||||
"pretty": true,
|
||||
"removeComments": true,
|
||||
"lib": ["es6"],
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
],
|
||||
"types": [
|
||||
"@types/node"
|
||||
"node_modules/@types"
|
||||
]
|
||||
},
|
||||
"exclude": [
|
||||
|
|
|
@ -1,22 +1,10 @@
|
|||
{
|
||||
"extends": "../../tsconfig",
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"noImplicitAny": false,
|
||||
"rootDir": "./src",
|
||||
"outDir": "./dist",
|
||||
"allowSyntheticDefaultImports": false,
|
||||
"pretty": true,
|
||||
"removeComments": true,
|
||||
"lib": ["es6"],
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
],
|
||||
"types": [
|
||||
"@types/node"
|
||||
"node_modules/@types"
|
||||
]
|
||||
},
|
||||
"exclude": [
|
||||
|
|
17
tsconfig.json
Normal file
17
tsconfig.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"noImplicitAny": false,
|
||||
"allowSyntheticDefaultImports": false,
|
||||
"pretty": true,
|
||||
"removeComments": true,
|
||||
"lib": ["es6"],
|
||||
"types": [
|
||||
"@types/node"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue