17 lines
286 B
JSON
17 lines
286 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"removeComments": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"downlevelIteration": true,
|
|
"experimentalDecorators": true,
|
|
"baseUrl": "/src",
|
|
"outDir": "/dist",
|
|
"rootDirs": ["src"],
|
|
"paths": {
|
|
"~/*": ["*"]
|
|
}
|
|
}
|
|
}
|