This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2020-11-20 21:08:00 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"strict": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"sourceMap": true,
|
2020-11-23 20:41:23 +00:00
|
|
|
"target": "esnext",
|
2020-11-20 21:08:00 +00:00
|
|
|
"module": "es2015",
|
|
|
|
"moduleResolution": "node",
|
2020-12-02 14:44:40 +00:00
|
|
|
"lib": ["es2017", "dom", "dom.iterable"],
|
|
|
|
"plugins": [
|
|
|
|
{
|
|
|
|
"name": "ts-lit-plugin",
|
|
|
|
"strict": true
|
|
|
|
}
|
|
|
|
]
|
2020-11-20 21:08:00 +00:00
|
|
|
}
|
|
|
|
}
|