{ | |
"extends": "./tsconfig.json", | |
"compilerOptions": { | |
"outDir": "dist", | |
"module": "ES2022", | |
"target": "ES2022", | |
"noEmit": false | |
}, | |
"include": ["src/*.ts"], | |
"exclude": ["src/app"] | |
} | |
{ | |
"extends": "./tsconfig.json", | |
"compilerOptions": { | |
"outDir": "dist", | |
"module": "ES2022", | |
"target": "ES2022", | |
"noEmit": false | |
}, | |
"include": ["src/*.ts"], | |
"exclude": ["src/app"] | |
} | |