···2 // Visit https://aka.ms/tsconfig to read more about this file
3 "compilerOptions": {
4 // File Layout
5- // "rootDir": "./src",
6- // "outDir": "./dist",
78 // Set up for direct usage without compilation step
9 "erasableSyntaxOnly": true,
···2 // Visit https://aka.ms/tsconfig to read more about this file
3 "compilerOptions": {
4 // File Layout
5+ "rootDir": "./src",
6+ "outDir": "./dist",
78 // Set up for direct usage without compilation step
9 "erasableSyntaxOnly": true,