mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 01:52:42 +03:00
5c673a8ffc
Co-authored-by: forehalo <forehalo@gmail.com> Co-authored-by: Himself65 <himself65@outlook.com>
11 lines
180 B
JSON
11 lines
180 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"rootDir": "./src",
|
|
"noEmit": true
|
|
},
|
|
"include": ["src"]
|
|
}
|