mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
18 lines
365 B
JSON
18 lines
365 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"module": "commonjs",
|
|
"skipLibCheck": true,
|
|
"sourceMap": false,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es6",
|
|
"typeRoots": [
|
|
"../node_modules/@types"
|
|
]
|
|
}
|
|
}
|