mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
16 lines
367 B
JSON
16 lines
367 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module":"CommonJS",
|
|
"lib": ["es2015", "es2016", "es2017", "dom"],
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"suppressImplicitAnyIndexErrors": true
|
|
},
|
|
"all": true,
|
|
"exclude": [ "node_modules", "dist" ]
|
|
}
|