mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 15:44:12 +03:00
14 lines
257 B
JSON
14 lines
257 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"sourceMap": true,
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["./src"],
|
|
"exclude": ["node_modules"]
|
|
}
|