d5cfdcadc1
Yes, that is what I do at 31.12.2021 at 22:39 local time...
15 lines
294 B
JSON
15 lines
294 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"outDir": "examples/out",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"src/"
|
|
]
|
|
}
|