astro-ghostcms/.pnpm-store/v3/files/6c/a3fcd667be9f3cffc7f57b159a0...

12 lines
390 B
Plaintext

{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "./tsconfig-lib.json",
"compilerOptions": {
// Emit exactly the same code as normal tsconfig, but with ES6 import & export statements instead of CommonJS
"module": "esnext",
"outDir": "lib-module",
// Skip declaration emit; it's redundant here.
"declaration": false
}
}