mirror of
https://github.com/logos-messaging/OpChan.git
synced 2026-01-02 21:03:09 +00:00
17 lines
302 B
JSON
17 lines
302 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"module": "esnext",
|
|
"jsx": "react-jsx",
|
|
"declaration": false,
|
|
"emitDeclarationOnly": false,
|
|
"declarationMap": false,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|
|
|
|
|