mirror of
https://github.com/logos-messaging/OpChan.git
synced 2026-01-03 13:23:08 +00:00
16 lines
367 B
JSON
16 lines
367 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "./dist",
|
||
|
|
"rootDir": "./src",
|
||
|
|
"composite": true,
|
||
|
|
"tsBuildInfoFile": "./dist/.tsbuildinfo",
|
||
|
|
"baseUrl": "./src",
|
||
|
|
"target": "es2020",
|
||
|
|
"module": "esnext",
|
||
|
|
"lib": ["es2020", "dom"]
|
||
|
|
},
|
||
|
|
"include": ["src/**/*"],
|
||
|
|
"exclude": ["dist", "**/*.test.ts", "**/*.spec.ts"]
|
||
|
|
}
|