speedtest/tsconfig.json

16 lines
259 B
JSON
Raw Normal View History

2020-01-12 01:52:08 +00:00
{
"compilerOptions": {
"module": "commonjs",
"target": "es2020",
"sourceMap": false,
"outDir": "./dist",
"allowSyntheticDefaultImports": true
},
"typeRoots": [
"./node_modules/@types"
],
"exclude": [
"node_modules"
]
}