generator-oda-api-simple
Version:
api-simple project genrator
31 lines (30 loc) • 543 B
JSON
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"lib": [
"dom",
"esnext"
],
"moduleResolution": "node",
"sourceMap": true,
"declaration": true,
"noImplicitAny": false,
"rootDir": "./src",
"outDir": "./dist",
"allowSyntheticDefaultImports": false,
"pretty": true,
"removeComments": true,
"typeRoots": [
"node_modules/@types"
],
"types": [
"@types/graphql",
"@types/node"
]
},
"exclude": [
"node_modules",
"dist"
]
}