5674036902
refs https://github.com/TryGhost/Team/issues/1083 This is the initial scaffolding for setting up Offers in Ghost
15 lines
253 B
JSON
15 lines
253 B
JSON
{
|
|
"include": [
|
|
"index.js",
|
|
"lib/**/*.js"
|
|
],
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"module": "commonjs",
|
|
"target": "es2018",
|
|
"moduleResolution": "node",
|
|
"strictFunctionTypes": true,
|
|
"noImplicitAny": true
|
|
}
|
|
}
|