Skip to content
Snippets Groups Projects
Commit ee2da1dd authored by michael.minelli's avatar michael.minelli
Browse files

TypeScript configuration

parent 6ffbfb6b
No related branches found
No related tags found
No related merge requests found
{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"target": "es6",
"noImplicitAny": true,
"moduleResolution": "node",
"sourceMap": true,
"outDir": "dist",
"baseUrl": ".",
"paths": {
"*": [
"node_modules/*"
]
}
},
"include": [
"src/**/*"
],
"exclude": [
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment