9 lines
146 B
JSON
Raw Normal View History

2022-09-21 11:03:33 +02:00
{
2022-09-23 12:31:24 +05:30
"extends": "../../tsconfig.json",
2022-09-21 11:03:33 +02:00
"compilerOptions": {
2022-09-23 12:31:24 +05:30
"rootDir": "./src",
"outDir": "./dist"
},
2022-09-23 17:51:29 +05:30
"include": ["./src/**/*.ts"]
2022-09-21 11:03:33 +02:00
}