Ghost/ghost/i18n/tsconfig.json

12 lines
279 B
JSON
Raw Normal View History

{
"compilerOptions": {
"allowJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "./build",
"skipLibCheck": true,
"esModuleInterop": true
},
"include": ["lib/**/*.js"],
"exclude": ["node_modules", "test"]
}