mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-03 03:05:08 +03:00
11 lines
180 B
JSON
11 lines
180 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"target": "ESNext",
|
||
|
"module": "ESNext",
|
||
|
"rootDir": "./src",
|
||
|
"noEmit": true
|
||
|
},
|
||
|
"include": ["src"]
|
||
|
}
|