mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-30 16:44:50 +03:00
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"]
|
||
|
}
|