15 lines
252 B
JSON
15 lines
252 B
JSON
{
|
|
"exclude": ["dist"],
|
|
"compilerOptions": {
|
|
"baseUrl": "./src",
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"target": "ESNext",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "Node",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"noEmit": true
|
|
}
|
|
}
|