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