mirror of
https://github.com/marko-js/marko.git
synced 2026-02-01 16:07:13 +00:00
11 lines
207 B
JSON
11 lines
207 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src"],
|
|
"exclude": ["**/__tests__"],
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"tsBuildInfoFile": "dist/.tsbuildinfo"
|
|
}
|
|
}
|