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