generator-premiere-mern-stack
Version:
A fully function MERN stack generator running on the latest and greatest thats easy to get started with
24 lines (23 loc) • 490 B
JSON
{
"compilerOptions": {
"baseUrl": ".",
"paths": { "*": ["node_modules"] },
"target": "es2016",
"module": "esnext",
"jsx": "react",
"allowJs": true,
"checkJs": true,
"moduleResolution": "node",
"noImplicitReturns": true,
"noImplicitAny": true,
"esModuleInterop": true,
"noUnusedParameters": true,
"allowSyntheticDefaultImports": true
},
"include": [
"./src/**/*.js",
"./src/**/*.jsx",
"./src/**/*.ts",
"./src/**/*.tsx"
]
}