mirror of
https://github.com/Swetrix/swetrix-js.git
synced 2025-03-14 09:55:10 +00:00
18 lines
429 B
JSON
18 lines
429 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"target": "es5",
|
|
"module": "es2015",
|
|
"lib": ["es2015", "es2016", "es2017", "dom"],
|
|
"strict": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"outDir": "dist/lib",
|
|
"typeRoots": ["node_modules/@types"]
|
|
},
|
|
"include": ["src"]
|
|
}
|