mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 08:02:39 +03:00
5ad2908760
Co-authored-by: zuozijian3720 <zuozijian1994@gmail.com>
14 lines
335 B
JSON
14 lines
335 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "NodeNext",
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "nodenext",
|
|
"outDir": "lib/resources",
|
|
"noEmit": false
|
|
},
|
|
"include": ["./src/resources/**/*.ts", "./src/resources/**/*.json"],
|
|
"exclude": ["dist", "lib"]
|
|
}
|