mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
16 lines
313 B
JSON
16 lines
313 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module":"CommonJS",
|
|
"lib": ["es2015", "es2016", "es2017", "dom"],
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|