···22 // Visit https://aka.ms/tsconfig to read more about this file
33 "compilerOptions": {
44 // File Layout
55- // "rootDir": "./src",
66- // "outDir": "./dist",
55+ "rootDir": "./src",
66+ "outDir": "./dist",
7788 // Set up for direct usage without compilation step
99 "erasableSyntaxOnly": true,