mirror of
https://github.com/placeholder-soft/web.git
synced 2026-01-12 17:02:57 +08:00
12 lines
254 B
JSON
12 lines
254 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
// Options for projects being built as npm packages
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"resolveJsonModule": true,
|
|
"sourceMap": false
|
|
}
|
|
}
|