Ghost/ghost/i18n/tsconfig.json

13 lines
324 B
JSON
Raw Normal View History

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