2020-06-19 13:57:21 +02:00

40 lines
1.1 KiB
JSON

{
"compileOnSave": false,
"compilerOptions": {
"target": "ES2017",
"module": "ES6",
"moduleResolution": "Node",
"lib": ["ES2017", "DOM"],
"types": ["node"],
"typeRoots": ["node_modules/@types"],
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": true,
"skipLibCheck": true,
"strict": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"removeComments": true,
"experimentalDecorators": true
},
"include": [
"./examples/v2/openapi-typescript-codegen/**/*.ts",
"./examples/v2/typescript-angular/**/*.ts",
"./examples/v2/typescript-aurelia/**/*.ts",
"./examples/v2/typescript-fetch/**/*.ts",
"./examples/v2/typescript-inversify/**/*.ts",
"./examples/v2/typescript-jquery/**/*.ts",
"./examples/v2/typescript-node/**/*.ts",
"./examples/v3/openapi-typescript-codegen/**/*.ts",
"./examples/v3/typescript-angular/**/*.ts",
"./examples/v3/typescript-fetch/**/*.ts"
],
"exclude": [
"node_modules"
]
}