mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 01:52:42 +03:00
1ea445ab15
Co-authored-by: himself65 <himself65@outlook.com> Co-authored-by: Peng Xiao <pengxiao@outlook.com>
14 lines
333 B
JSON
14 lines
333 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "nodenext",
|
|
"outDir": "lib/resources",
|
|
"noEmit": false
|
|
},
|
|
"include": ["./src/resources/**/*.ts", "./src/resources/**/*.json"],
|
|
"exclude": ["dist", "lib"]
|
|
}
|