mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-27 12:11:14 +00:00
10 lines
188 B
JSON
10 lines
188 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"ignoreDeprecations": "6.0",
|
|
"incremental": false,
|
|
"noEmit": false,
|
|
"tsBuildInfoFile": "./dist/.tsbuildinfo"
|
|
}
|
|
}
|