1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-01-14 04:35:56 +02:00
pigallery2/backend/tsconfig.json

18 lines
365 B
JSON
Raw Normal View History

2017-07-23 22:37:29 +02:00
{
"compileOnSave": true,
"compilerOptions": {
2018-11-29 00:49:33 +02:00
"noImplicitAny": true,
2017-07-23 22:37:29 +02:00
"module": "commonjs",
"skipLibCheck": true,
"sourceMap": false,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es6",
"typeRoots": [
"../node_modules/@types"
]
}
}