15 lines
293 B
JSON
15 lines
293 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "preserve",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"outDir": "dist",
|
|
"allowImportingTsExtensions": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|