mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 08:50:13 +01:00
12 lines
194 B
JSON
12 lines
194 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"module": "commonjs",
|
|
"lib": ["es2018"],
|
|
"target": "es2018",
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [
|
|
"build-docs.ts"
|
|
]
|
|
}
|