kindergarten_java/reading-platform-backend/tsconfig.build.json

11 lines
217 B
JSON
Raw Normal View History

# NestJS
module.exports = {
extends: '../tsconfig.json',
compilerOptions: {
declaration: false,
sourceMap: true,
},
include: ['src/**/*'],
exclude: ['node_modules', 'test', 'dist'],
};