11 lines
200 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-10-05 13:14:05 +02:00
"module": "esnext",
2022-09-21 11:03:33 +02:00
"compilerOptions": {
2022-09-23 12:31:24 +05:30
"rootDir": "./src",
"outDir": "./dist"
},
2022-09-23 16:55:30 +02:00
"include": ["./src/**/*.ts"],
"typeRoots": ["./src/types"]
2022-09-21 11:03:33 +02:00
}