2020-09-17 19:21:14 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "ES2017",
|
|
|
|
"module": "ES2015",
|
2020-10-19 20:11:35 +00:00
|
|
|
"lib": ["ES2017", "ES2020.BigInt", "DOM"],
|
2020-09-17 19:21:14 +00:00
|
|
|
"declaration": true,
|
|
|
|
"outDir": "./mjs",
|
|
|
|
"strict": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"forceConsistentCasingInFileNames": true
|
|
|
|
},
|
|
|
|
"include": [
|
2020-10-19 20:11:35 +00:00
|
|
|
"ts/**/*.ts"
|
2020-09-17 19:21:14 +00:00
|
|
|
]
|
|
|
|
}
|