mirror of
https://github.com/valitydev/angular-templates.git
synced 2024-11-06 01:05:21 +00:00
13 lines
259 B
JSON
13 lines
259 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "ES2015",
|
|
"outDir": "out",
|
|
"lib": ["ESNext"],
|
|
"sourceMap": true,
|
|
"rootDir": "src",
|
|
"declaration": true
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|