geo-smart-map/tsconfig.app.json
Supan Adit Pratama e7c17ef5c0 initial commit
2019-10-18 21:32:41 +07:00

19 lines
270 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"files": [
"src/main.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.ts"
],
"exclude": [
"src/test.ts",
"src/**/*.spec.ts"
]
}