@agility/cli
Version:
Agility CLI for working with your content. (Public Beta)
24 lines (23 loc) • 467 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"allowJs": true,
"declaration": true,
"jsx": "react",
"target": "es5",
"outDir": "./dist/",
"lib": ["es2016", "dom"],
"esModuleInterop": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"sourceMap": true,
"paths": {
"lib/*": ["src/lib/*"],
"core/*": ["src/core/*"],
"core": ["src/core"],
"types/*": ["src/types/*"]
}
},
"include": ["src/**/*"]
}