mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-27 15:52:30 +03:00
13 lines
256 B
JSON
13 lines
256 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "lib",
|
|
"moduleResolution": "NodeNext",
|
|
"module": "NodeNext",
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [".", "./*.json"]
|
|
}
|