mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-03 03:55:26 +03:00
12 lines
279 B
JSON
12 lines
279 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
"declaration": true,
|
||
|
"emitDeclarationOnly": true,
|
||
|
"outDir": "./build",
|
||
|
"skipLibCheck": true,
|
||
|
"esModuleInterop": true
|
||
|
},
|
||
|
"include": ["lib/**/*.js"],
|
||
|
"exclude": ["node_modules", "test"]
|
||
|
}
|