angular-templates/tsconfig.json
Rinat Arsaev 354942f607 init
2020-04-20 15:46:20 +03:00

13 lines
259 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "ES2015",
"outDir": "out",
"lib": ["ESNext"],
"sourceMap": true,
"rootDir": "src",
"declaration": true
},
"exclude": ["node_modules"]
}