10 lines
180 B
JSON
10 lines
180 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"outDir": "dist",
|
|
"rootDir": "src"
|
|
}
|
|
}
|