AFFiNE/packages/graphql/tsconfig.json
LongYinan 5c673a8ffc
feat(graphql): generate types from graphql files (#2014)
Co-authored-by: forehalo <forehalo@gmail.com>
Co-authored-by: Himself65 <himself65@outlook.com>
2023-04-25 10:13:52 +08:00

11 lines
180 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"rootDir": "./src",
"noEmit": true
},
"include": ["src"]
}