mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 07:51:55 +03:00
14 lines
290 B
JSON
14 lines
290 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "lib",
|
|
"moduleResolution": "NodeNext",
|
|
"module": "NodeNext",
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [".", "./*.json"],
|
|
"exclude": ["./tsconfig.json"]
|
|
}
|