AFFiNE/packages/jotai/tsconfig.json

15 lines
297 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"sourceMap": true,
"noEmit": false,
"outDir": "lib",
"composite": true
},
"include": ["./src"],
"exclude": ["node_modules"],
"references": [{ "path": "../env" }]
}