AFFiNE/packages/jotai/tsconfig.json
2023-03-31 12:40:30 -05:00

11 lines
192 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"sourceMap": true
},
"include": ["./src"],
"exclude": ["node_modules"]
}