mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 04:03:25 +00:00
11 lines
238 B
JSON
11 lines
238 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/tsconfig",
|
|
"extends": "@tsconfig/node16/tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|